Add ns1 and ns2

This commit is contained in:
2024-03-13 23:22:10 +01:00
parent a9338586ff
commit c042dcf8e0
8 changed files with 198 additions and 4 deletions

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

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