From 7454288c9186ba712980c4c25cd43779e23b84c3 Mon Sep 17 00:00:00 2001 From: Glen Huang Date: Sat, 19 Jul 2025 11:00:05 +0800 Subject: [PATCH] nixos/resolveconf: not resetting package package already has a default value, there is no need to reset it --- nixos/modules/config/resolvconf.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/nixos/modules/config/resolvconf.nix b/nixos/modules/config/resolvconf.nix index f9c9d04b3fbe..c8e7abf2f860 100644 --- a/nixos/modules/config/resolvconf.nix +++ b/nixos/modules/config/resolvconf.nix @@ -175,8 +175,6 @@ in networking.resolvconf.subscriberFiles = [ "/etc/resolv.conf" ]; - networking.resolvconf.package = pkgs.openresolv; - environment.systemPackages = [ cfg.package ]; systemd.services.resolvconf = {