Add incus servers

This commit is contained in:
2024-06-27 21:10:20 +02:00
parent 6aa5cf727f
commit 50bd8505ec
11 changed files with 352 additions and 36 deletions

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

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