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

nixos/networkmanager: drop unbound form dns servers

authored by Pol Dellaiera and committed by GitHub c35c016e 6de771d0

+1 -1
+1 -1
nixos/modules/services/networking/networkmanager.nix
··· 291 }; 292 293 dns = mkOption { 294 - type = types.enum [ "default" "dnsmasq" "unbound" "systemd-resolved" "none" ]; 295 default = "default"; 296 description = lib.mdDoc '' 297 Set the DNS (`resolv.conf`) processing mode.
··· 291 }; 292 293 dns = mkOption { 294 + type = types.enum [ "default" "dnsmasq" "systemd-resolved" "none" ]; 295 default = "default"; 296 description = lib.mdDoc '' 297 Set the DNS (`resolv.conf`) processing mode.