diff --git a/nixos/modules/config/resolvconf.nix b/nixos/modules/config/resolvconf.nix index 3ec0654dfc02..e5831c0a71db 100644 --- a/nixos/modules/config/resolvconf.nix +++ b/nixos/modules/config/resolvconf.nix @@ -174,8 +174,6 @@ in networking.resolvconf.subscriberFiles = [ "/etc/resolv.conf" ]; - networking.resolvconf.package = pkgs.openresolv; - environment.systemPackages = [ cfg.package ]; systemd.services.resolvconf = {