refactor: move host-specific modules to hosts/
This commit is contained in:
parent
d859e671f9
commit
de6d9a42b2
5 changed files with 6 additions and 5 deletions
|
|
@ -91,7 +91,7 @@
|
|||
modules = [
|
||||
home-manager.nixosModules.home-manager
|
||||
secrets.nixosModules.winter
|
||||
(./hosts + "/${name}.nix")
|
||||
(./hosts + "/${name}")
|
||||
];
|
||||
specialArgs = { inherit inputs modules overlays enableGUI; };
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue