Unverified Commit a97e56ae authored by Janik H.'s avatar Janik H.
Browse files

nixos/networkmanager: drop unbound form dns servers

parent 7f2631c9
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.