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; };
|
||||
};
|
||||
|
|
|
|||
|
|
@ -5,18 +5,19 @@
|
|||
imports = with modules.system; [
|
||||
audio
|
||||
base
|
||||
filesystem-winter
|
||||
gui
|
||||
input
|
||||
kernel
|
||||
kernel-winter
|
||||
networking
|
||||
nix
|
||||
packages
|
||||
security
|
||||
snapper
|
||||
|
||||
../users/rin.nix
|
||||
./filesystem.nix
|
||||
./kernel.nix
|
||||
./networking.nix
|
||||
|
||||
../../users/rin.nix
|
||||
];
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue