From cb0a465003b5b63effc0d3d94c14d1d876fd8c59 Mon Sep 17 00:00:00 2001 From: Felix Albrigtsen Date: Thu, 22 Feb 2024 08:42:09 +0100 Subject: [PATCH] defiant: remove wiki.wackattack.eu proxy --- hosts/defiant/services/nginx.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/hosts/defiant/services/nginx.nix b/hosts/defiant/services/nginx.nix index c7b18ca..263715d 100644 --- a/hosts/defiant/services/nginx.nix +++ b/hosts/defiant/services/nginx.nix @@ -55,6 +55,5 @@ "cloud.feal.no" = publicProxy "http://voyager.home.feal.no"; "git.feal.no" = publicProxy "http://unix:${config.services.gitea.settings.server.HTTP_ADDR}"; "jf.feal.no" = publicProxy "http://jellyfin.home.feal.no/"; - "wiki.wackattack.eu" = publicProxy "http://pascal.wackattack.home.feal.no/"; }; }