Skip to content

Commit e4b933d

Browse files
authored
nixos/resolveconf: not resetting package (NixOS#426557)
2 parents c02976a + 7454288 commit e4b933d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

nixos/modules/config/resolvconf.nix

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,8 +174,6 @@ in
174174

175175
networking.resolvconf.subscriberFiles = [ "/etc/resolv.conf" ];
176176

177-
networking.resolvconf.package = pkgs.openresolv;
178-
179177
environment.systemPackages = [ cfg.package ];
180178

181179
systemd.services.resolvconf = {

0 commit comments

Comments
 (0)