Merge pull request #295529 from Janik-Haag/networkmanager-drop-unbound
nixos/networkmanager: drop unbound form dns servers
This commit is contained in:
commit
c35c016e5d
1 changed files with 1 additions and 1 deletions
|
@ -291,7 +291,7 @@ in
|
|||
};
|
||||
|
||||
dns = mkOption {
|
||||
type = types.enum [ "default" "dnsmasq" "unbound" "systemd-resolved" "none" ];
|
||||
type = types.enum [ "default" "dnsmasq" "systemd-resolved" "none" ];
|
||||
default = "default";
|
||||
description = lib.mdDoc ''
|
||||
Set the DNS (`resolv.conf`) processing mode.
|
||||
|
|
Loading…
Reference in a new issue