diff options
-rw-r--r-- | system/prefect.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/prefect.nix b/system/prefect.nix index 86811ce5..0fc80eb9 100644 --- a/system/prefect.nix +++ b/system/prefect.nix @@ -145,7 +145,7 @@ services.resolved = { llmnr = "false"; - dnssec = "allow-downgrade"; + dnssec = "true"; }; services.tailscale.enable = true; |