Merge pull request #223661 from filakhtov/resolvconf-disable

This commit is contained in:
Bernardo Meurer 2023-03-29 09:39:06 -03:00 committed by GitHub
commit afbc94b2a8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -132,13 +132,13 @@ in
exit 1
''
else configText;
environment.systemPackages = [ cfg.package ];
}
(mkIf cfg.enable {
networking.resolvconf.package = pkgs.openresolv;
environment.systemPackages = [ cfg.package ];
systemd.services.resolvconf = {
description = "resolvconf update";