From 72b6c537c56f05e9e2cb550cd58d3dfc37478579 Mon Sep 17 00:00:00 2001 From: Tyler Starr Date: Sat, 17 May 2025 17:10:52 -0700 Subject: [PATCH] remove invidious links --- provision/hosts/torus/configuration.nix | 6 ------ 1 file changed, 6 deletions(-) diff --git a/provision/hosts/torus/configuration.nix b/provision/hosts/torus/configuration.nix index da4cbdc3..7b5b7fdd 100644 --- a/provision/hosts/torus/configuration.nix +++ b/provision/hosts/torus/configuration.nix @@ -86,12 +86,6 @@ }; }); - "inv.tstarr.us" = (SSL // { - locations."/".proxyPass = "http://localhost:3000/"; - }); - "comp.tstarr.us" = (SSL // { - locations."/".proxyPass = "http://localhost:8282/"; - }); }; };