diff options
author | Alan Pearce | 2024-05-29 19:49:07 +0200 |
---|---|---|
committer | Alan Pearce | 2024-05-29 19:49:07 +0200 |
commit | 7d034871011a325b72feaf3db42cae8cb9553472 (patch) | |
tree | 940be437d8b19e994e55c7679f5673edffe999b9 /system | |
parent | aaeb0380359740cafda38f047cd1fbcad5585922 (diff) | |
download | nixfiles-7d034871011a325b72feaf3db42cae8cb9553472.tar.lz nixfiles-7d034871011a325b72feaf3db42cae8cb9553472.tar.zst nixfiles-7d034871011a325b72feaf3db42cae8cb9553472.zip |
prefect: enable DNSSEC
Diffstat (limited to 'system')
-rw-r--r-- | system/prefect.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/system/prefect.nix b/system/prefect.nix index 3f3ec90d..9476f440 100644 --- a/system/prefect.nix +++ b/system/prefect.nix @@ -143,6 +143,7 @@ services.resolved = { llmnr = "false"; + dnssec = "true"; }; services.tailscale.enable = true; |