hosts: add tower
This commit is contained in:
parent
3f1077be3c
commit
af1cf905eb
5 changed files with 106 additions and 0 deletions
8
hosts/tower/default.nix
Normal file
8
hosts/tower/default.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
_: {
|
||||
imports = [
|
||||
./configuration.nix
|
||||
./programs.nix
|
||||
./hardware-configuration.nix
|
||||
./filesystem
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue