feat(hosts): machine-specific modules
This commit is contained in:
parent
35368fc6f9
commit
703ff26742
2 changed files with 2 additions and 0 deletions
|
|
@ -36,6 +36,7 @@
|
|||
};
|
||||
modules = with inputs; [
|
||||
./${host}/configuration.nix
|
||||
./${host}/modules
|
||||
sops-nix.nixosModules.sops
|
||||
./${host}/hardware.nix
|
||||
../users
|
||||
|
|
|
|||
1
hosts/fennecBox/modules/default.nix
Normal file
1
hosts/fennecBox/modules/default.nix
Normal file
|
|
@ -0,0 +1 @@
|
|||
{ }
|
||||
Loading…
Add table
Add a link
Reference in a new issue