forked from jan-leila/nix-config
restructured project to split out home manager
This commit is contained in:
parent
c8e7944da5
commit
18f51a65c2
24 changed files with 421 additions and 254 deletions
8
hosts/defiant/default.nix
Normal file
8
hosts/defiant/default.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
# server nas
|
||||
{...}: {
|
||||
imports = [
|
||||
./configuration.nix
|
||||
./disko-config.nix
|
||||
./hardware-configuration.nix
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue