summary refs log tree commit diff stats
path: root/system/prefect.nix
diff options
context:
space:
mode:
authorAlan Pearce2023-08-26 06:27:58 +0200
committerAlan Pearce2023-08-29 06:50:36 +0200
commit5d07144b21b03ce19c5d28cf0d510883ed16f95c (patch)
treed55d93eb6b0987d3c7f9e7f57be4137e258fd9c5 /system/prefect.nix
parenta12e3efda135d10f49c659c073973ecd327da05e (diff)
downloadnixfiles-5d07144b21b03ce19c5d28cf0d510883ed16f95c.tar.lz
nixfiles-5d07144b21b03ce19c5d28cf0d510883ed16f95c.tar.zst
nixfiles-5d07144b21b03ce19c5d28cf0d510883ed16f95c.zip
prefect: allow local DNS overrides to work
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 = {