summary refs log tree commit diff stats
path: root/system/prefect.nix
diff options
context:
space:
mode:
Diffstat (limited to 'system/prefect.nix')
-rw-r--r--system/prefect.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/system/prefect.nix b/system/prefect.nix
index 02586677..5aefa02c 100644
--- a/system/prefect.nix
+++ b/system/prefect.nix
@@ -100,6 +100,8 @@
     serviceConfig.ExecStart = "${pkgs.systemd}/bin/systemd-inhibit --mode block --what sleep --who 'ssh session '%I --why 'session still active' ${pkgs.coreutils}/bin/sleep infinity";
   };
 
+  # needed to resolve local hostname overrides
+  services.resolved.dnssec = "false";
   networking = {
     useNetworkd = true;
     interfaces.enp6s0 = {