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

nixos/unbound: drop networkmanager since it doesn't support unbound anymore

parent a97e56ae
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -229,8 +229,6 @@ in {
      resolvconf = {
        useLocalResolver = mkDefault true;
      };

      networkmanager.dns = "unbound";
    };

    environment.etc."unbound/unbound.conf".source = confFile;