base/resolved: use RFC42 format

This commit is contained in:
h7x4
2026-05-22 16:03:55 +09:00
parent dd6d979633
commit 0e56e25faa

View File

@@ -8,6 +8,6 @@
services.resolved = {
enable = lib.mkDefault true;
dnssec = "false"; # Supposdly this keeps breaking and the default is to allow downgrades anyways...
settings.Resolve.DNSSEC = false; # Supposdly this keeps breaking and the default is to allow downgrades anyways...
};
}