diff --git a/provision/hosts/torus/configuration.nix b/provision/hosts/torus/configuration.nix index 65d7f9f6..3a1c490c 100644 --- a/provision/hosts/torus/configuration.nix +++ b/provision/hosts/torus/configuration.nix @@ -89,9 +89,6 @@ "plot.tstarr.us" = (SSL // { locations."/".proxyPass = "http://localhost:8988/"; }); - "link.tstarr.us" = (SSL // { - locations."/".proxyPass = "http://localhost:9090/"; - }); }; }; diff --git a/provision/hosts/torus/nextcloud.nix b/provision/hosts/torus/nextcloud.nix index 74e7d2b4..31c16a63 100644 --- a/provision/hosts/torus/nextcloud.nix +++ b/provision/hosts/torus/nextcloud.nix @@ -41,7 +41,7 @@ in { hostName = "${domain}"; # Need to manually increment with every major upgrade. - package = pkgs.nextcloud29; + package = pkgs.nextcloud30; # Let NixOS install and configure the database automatically. database.createLocally = true;