From 44a87cc45e17678e2f0059efcf3f16a381f171d8 Mon Sep 17 00:00:00 2001 From: Tyler Starr Date: Thu, 15 May 2025 17:26:34 -0700 Subject: [PATCH 1/2] remove link --- provision/hosts/torus/configuration.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/provision/hosts/torus/configuration.nix b/provision/hosts/torus/configuration.nix index 64bf58fe..72143aeb 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/"; - }); }; }; From 28c4d0127f99339f98b352e931e5cea035f81e83 Mon Sep 17 00:00:00 2001 From: Tyler Starr Date: Thu, 15 May 2025 17:28:42 -0700 Subject: [PATCH 2/2] update to nextcloud 30 --- provision/hosts/torus/nextcloud.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;