diff options
| author | Franck Cuny <franck@fcuny.net> | 2025-08-12 10:00:24 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2025-08-12 10:00:24 -0700 |
| commit | eb62ca846ac122f9aaacb10cdaec67249fbf89a7 (patch) | |
| tree | d447477a3965e49814b68c9d4bf8c525c366f9ca /profiles/server.nix | |
| parent | move disks configuration to the host' directory (diff) | |
| download | infra-eb62ca846ac122f9aaacb10cdaec67249fbf89a7.tar.gz | |
create profiles for networkd and nix's GC
Diffstat (limited to 'profiles/server.nix')
| -rw-r--r-- | profiles/server.nix | 11 |
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. |
