nixos/networkmanager: drop unbound form dns servers

upstream dropped unbound in 5da17c689b
This commit is contained in:
Janik H. 2024-03-13 08:31:52 +01:00
parent 7f2631c9a0
commit a97e56ae28
No known key found for this signature in database

View File

@ -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.