nixos/networkmanager: drop unbound form dns servers
upstream dropped unbound in https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/commit/5da17c689be5e66ea2f63dea6f1846625e652998
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user