Add ha1 base

This commit is contained in:
2024-05-01 19:05:45 +02:00
parent 7b35d91a5e
commit b375da4cd4
3 changed files with 96 additions and 0 deletions

5
hosts/ha1/default.nix Normal file
View File

@@ -0,0 +1,5 @@
{ ... }: {
imports = [
./configuration.nix
];
}