nixos/resolveconf: not resetting package (#426557)

This commit is contained in:
Naïm Camille Favier
2025-08-07 13:42:58 +02:00
committed by GitHub

View File

@@ -174,8 +174,6 @@ in
networking.resolvconf.subscriberFiles = [ "/etc/resolv.conf" ];
networking.resolvconf.package = pkgs.openresolv;
environment.systemPackages = [ cfg.package ];
systemd.services.resolvconf = {