Merge pull request #295529 from Janik-Haag/networkmanager-drop-unbound

nixos/networkmanager: drop unbound form dns servers
This commit is contained in:
Pol Dellaiera 2024-03-13 09:04:58 +01:00 committed by GitHub
commit c35c016e5d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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.