Initial networking VM

Also general improvements around VMs
This commit is contained in:
2022-05-16 00:05:02 +01:00
parent 5563d1be46
commit 009dec03cf
18 changed files with 487 additions and 111 deletions

View File

@@ -11,5 +11,6 @@
secrets = ./secrets.nix;
containers = ./containers.nix;
vms = ./vms.nix;
network = ./network.nix;
};
}