Unverified Commit c35c016e authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

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

nixos/networkmanager: drop unbound form dns servers
parents 6de771d0 a97e56ae
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.