summaryrefslogtreecommitdiff
path: root/sys/preset/dmz.nix
diff options
context:
space:
mode:
Diffstat (limited to 'sys/preset/dmz.nix')
-rw-r--r--sys/preset/dmz.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/sys/preset/dmz.nix b/sys/preset/dmz.nix
index eae58cc..4a3fc69 100644
--- a/sys/preset/dmz.nix
+++ b/sys/preset/dmz.nix
@@ -41,6 +41,13 @@ in
web.sites.portal.enable = true;
};
+ services = {
+ resolved = {
+ llmnr = "false";
+ fallbackDns = [ ]; # Disable the default systemd-resolved server list
+ };
+ };
+
users = {
allowNoPasswordLogin = cfg.container;
mutableUsers = false;