all repos — nixfiles @ 7d034871011a325b72feaf3db42cae8cb9553472

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

prefect: enable DNSSEC

Alan Pearce
commit

7d034871011a325b72feaf3db42cae8cb9553472

parent

aaeb0380359740cafda38f047cd1fbcad5585922

1 file changed, 1 insertion(+), 0 deletions(-)

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