From 06e2f36f5e6a0ab2ecfd0b88d30256f0cb212b48 Mon Sep 17 00:00:00 2001 From: Max Date: Sun, 7 Aug 2022 21:59:54 +0200 Subject: [PATCH] VEGAS/websites: remove unused --- hosts/VEGAS/services/websites/websites.nix | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/hosts/VEGAS/services/websites/websites.nix b/hosts/VEGAS/services/websites/websites.nix index 50c05e7..16c084a 100644 --- a/hosts/VEGAS/services/websites/websites.nix +++ b/hosts/VEGAS/services/websites/websites.nix @@ -7,16 +7,12 @@ let inherit (tools) domain; in legacy = static "/srv/storage/www/legacy"; soda = static "/srv/storage/www/soda"; # TODO: add back custom error pages, wttr.in cache www = static packages.landing.webroot // { default = true; }; - + # PSA sites stop-using-nix-env = static packages.stop-using-nix-env.webroot; - "shadertool.dev" = proxy "http://test-generic.int.${domain}"; - "kokaido" = proxy "http://test-generic.int.${domain}:8080"; - # content delivery autoconfig = static "/srv/storage/www/autoconfig"; - rpm = static "/srv/storage/rpm"; "whoami".locations = { # no tls "/".return = ''200 "$remote_addr\n"'';