all repos — nixfiles @ 7d034871011a325b72feaf3db42cae8cb9553472

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

prefect: enable DNSSEC
Alan Pearce alan@alanpearce.eu
Wed, 29 May 2024 19:49:07 +0200
commit

7d034871011a325b72feaf3db42cae8cb9553472

parent

aaeb0380359740cafda38f047cd1fbcad5585922

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

jump to
M system/prefect.nixsystem/prefect.nix
@@ -143,6 +143,7 @@ }; 
   services.resolved = {
     llmnr = "false";
+    dnssec = "true";
   };
 
   services.tailscale.enable = true;