nixos/resolvconf: use config.systemd.package instead of pkgs.systemd

This commit is contained in:
r-vdp
2026-01-16 11:48:06 +01:00
parent 407c03933e
commit 75bba21f04
+1 -1
View File
@@ -140,7 +140,7 @@ in
# If networkmanager is enabled, ask it to interface with resolved.
networking.networkmanager.dns = "systemd-resolved";
networking.resolvconf.package = pkgs.systemd;
networking.resolvconf.package = config.systemd.package;
nix.firewall.extraNftablesRules = [
"ip daddr { 127.0.0.53, 127.0.0.54 } udp dport 53 accept comment \"systemd-resolved listening IPs\""