From 4b922cd23dffdc4a18fda70118a5b7db7b64521f Mon Sep 17 00:00:00 2001 From: Felix Albrigtsen Date: Sun, 2 Nov 2025 15:06:07 +0100 Subject: [PATCH] defiant/nginx: wiki-wackattac-eu has moved to leonard --- hosts/defiant/services/nginx.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/defiant/services/nginx.nix b/hosts/defiant/services/nginx.nix index 8e396c2..69c3274 100644 --- a/hosts/defiant/services/nginx.nix +++ b/hosts/defiant/services/nginx.nix @@ -73,6 +73,6 @@ in { "kinealbrigtsen.no" = publicProxy "http://leonard.home.feal.no/" { serverAliases = [ "www.kinealbrigtsen.no" ]; }; - "wiki.wackattack.eu" = publicProxy "http://192.168.11.108:80/" { }; + "wiki.wackattack.eu" = publicProxy "http://leonard.home.feal.no/" { }; }; }