From 744d3fc57e1cd2f2540c7d753c52803c599e0fec Mon Sep 17 00:00:00 2001 From: nyanloutre Date: Tue, 5 Jul 2022 21:53:47 +0200 Subject: [PATCH] LoutreOS: temporarily disable max website --- systems/LoutreOS/web.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systems/LoutreOS/web.nix b/systems/LoutreOS/web.nix index 7917507..6b8e924 100644 --- a/systems/LoutreOS/web.nix +++ b/systems/LoutreOS/web.nix @@ -216,7 +216,7 @@ in alias = "/var/www/site-musique/media/"; }; }; - "maxspiegel.fr" = base { "/" = { root = "/run/python-ci/nyanloutre/site-max"; }; }; + # "maxspiegel.fr" = base { "/" = { root = "/run/python-ci/nyanloutre/site-max"; }; }; "stream.nyanlout.re" = base { "/" = { proxyPass = "http://10.30.135.71";