Add another host

This commit is contained in:
2024-03-01 10:00:40 +01:00
parent 59a0227a66
commit 4421a94316
3 changed files with 87 additions and 0 deletions

8
hosts/gunter/default.nix Normal file
View File

@@ -0,0 +1,8 @@
{ inputs, self, pks, ... }: {
imports = [
./configuration.nix
./hardware-configuration.nix
../../system
../../home
];
}