base/resolved: use RFC42 format

This commit is contained in:
h7x4
2026-05-22 16:03:55 +09:00
parent 70c0ad8724
commit 3f5eadcb87

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...
};
}