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;
|
system = arch;
|
||||||
modules = [
|
modules = [
|
||||||
home-manager.nixosModules.home-manager
|
home-manager.nixosModules.home-manager
|
||||||
secrets.nixosModules.winter
|
secrets.nixosModules.${name}
|
||||||
(./hosts + "/${name}")
|
(./hosts + "/${name}")
|
||||||
];
|
];
|
||||||
specialArgs = { inherit inputs modules overlays enableGUI; };
|
specialArgs = { inherit inputs modules overlays enableGUI; };
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue