jokum: move to systemd-nspawn container on bicep

This commit is contained in:
2023-02-26 19:23:00 +01:00
parent e293d64e66
commit af955c88f8
3 changed files with 9 additions and 41 deletions

View File

@@ -13,7 +13,7 @@
networking.defaultGateway = values.hosts.gateway;
services.resolved = {
enable = true;
enable = lib.mkDefault true;
dnssec = "false"; # Supposdly this keeps breaking and the default is to allow downgrades anyways...
};