all repos — nixfiles @ 5d07144b21b03ce19c5d28cf0d510883ed16f95c

System and user configuration, managed by nix and home-manager

prefect: allow local DNS overrides to work
Alan Pearce alan@alanpearce.eu
Sat, 26 Aug 2023 06:27:58 +0200
commit

5d07144b21b03ce19c5d28cf0d510883ed16f95c

parent

a12e3efda135d10f49c659c073973ecd327da05e

1 files changed, 2 insertions(+), 0 deletions(-)

jump to
M system/prefect.nixsystem/prefect.nix
@@ -100,6 +100,8 @@ wantedBy = [ "sshd@.service" ];     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 = {