nixos: Add working container VM (w/ vaultwarden)

Also improve IPv6 addressing / routing
This commit is contained in:
2022-05-29 03:30:40 +01:00
parent 38e8827487
commit 00493bf30f
15 changed files with 351 additions and 113 deletions

View File

@@ -52,8 +52,11 @@
};
};
# Will be set dynamically
networking.hostName = "";
networking = {
# Will be set dynamically
hostName = "";
useNetworkd = false;
};
# This should be overridden by whatever boot mechanism is used
fileSystems."/" = mkDefault {