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
commit e4b933ddb4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 = {