flake: use host-specific secrets
This commit is contained in:
parent
2917dcbe3b
commit
e2597a43b1
1 changed files with 1 additions and 1 deletions
|
|
@ -90,7 +90,7 @@
|
|||
system = arch;
|
||||
modules = [
|
||||
home-manager.nixosModules.home-manager
|
||||
secrets.nixosModules.winter
|
||||
secrets.nixosModules.${name}
|
||||
(./hosts + "/${name}")
|
||||
];
|
||||
specialArgs = { inherit inputs modules overlays enableGUI; };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue