hosts: add tower

This commit is contained in:
Charlie Root 2025-03-02 19:35:22 +01:00
commit af1cf905eb
Signed by: faukah
SSH key fingerprint: SHA256:jpYIt4Vkz1NBTQcks/N9OPTfTFxE6KF2W/rV7hrfrIw
5 changed files with 106 additions and 0 deletions

8
hosts/tower/default.nix Normal file
View file

@ -0,0 +1,8 @@
_: {
imports = [
./configuration.nix
./programs.nix
./hardware-configuration.nix
./filesystem
];
}