aboutsummaryrefslogtreecommitdiff
path: root/profiles/server.nix
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/server.nix')
-rw-r--r--profiles/server.nix11
1 files changed, 0 insertions, 11 deletions
diff --git a/profiles/server.nix b/profiles/server.nix
index c91546d..78eaf7d 100644
--- a/profiles/server.nix
+++ b/profiles/server.nix
@@ -1,5 +1,4 @@
{
- lib,
pkgs,
self,
...
@@ -27,16 +26,6 @@
allowPing = true;
logRefusedConnections = false;
};
- useNetworkd = lib.mkDefault true;
- };
-
- # Use systemd-resolved for DoT support.
- services.resolved = {
- enable = true;
- dnssec = "false";
- extraConfig = ''
- DNSOverTLS=yes
- '';
};
# Used by systemd-resolved, not directly by resolv.conf.