fix host generation function
This commit is contained in:
parent
9996cc243d
commit
0a70eff5fc
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@
|
||||||
modules = [
|
modules = [
|
||||||
home-manager.nixosModules.home-manager
|
home-manager.nixosModules.home-manager
|
||||||
secrets.nixosModules.winter
|
secrets.nixosModules.winter
|
||||||
./hosts/winter.nix
|
(./hosts + "/${name}.nix")
|
||||||
];
|
];
|
||||||
specialArgs = { inherit inputs modules overlays enableGUI; };
|
specialArgs = { inherit inputs modules overlays enableGUI; };
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue