aboutsummaryrefslogtreecommitdiff
path: root/profiles/nas.nix
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/nas.nix')
-rw-r--r--profiles/nas.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/profiles/nas.nix b/profiles/nas.nix
index 9c25c22..d1033af 100644
--- a/profiles/nas.nix
+++ b/profiles/nas.nix
@@ -11,4 +11,8 @@
group = "nas";
isSystemUser = true;
};
+
+ # Use systemd-resolved
+ services.resolved.enable = true;
+ services.resolved.dnssec = "false";
}