From eb62ca846ac122f9aaacb10cdaec67249fbf89a7 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Tue, 12 Aug 2025 10:00:24 -0700 Subject: create profiles for networkd and nix's GC --- profiles/server.nix | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'profiles/server.nix') 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. -- cgit v1.2.3