From 7f5f3213acb9ce03638aefdb8c0389ad2f9cee9b Mon Sep 17 00:00:00 2001 From: Raito Bezarius Date: Mon, 15 Aug 2022 13:31:27 +0200 Subject: [PATCH] hotfix: disable student calendar --- machines/public-cof/nginx.nix | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/machines/public-cof/nginx.nix b/machines/public-cof/nginx.nix index 9f62800..2d5cf61 100644 --- a/machines/public-cof/nginx.nix +++ b/machines/public-cof/nginx.nix @@ -29,14 +29,15 @@ in recommendedTlsSettings = true; virtualHosts = { - "home.beta.rz.ens.wtf" = { - serverAliases = [ "beta.rz.ens.wtf" ]; - default = true; - forceSSL = true; - enableACME = true; - root = "/var/public-cof/home"; - locations = builtins.listToAttrs (map mkCloudLocation clouds); - }; +# FIXME: factorize and remove it, it has been superseded by eleves.ens.fr/calendrier +# "home.beta.rz.ens.wtf" = { +# serverAliases = [ "beta.rz.ens.wtf" ]; +# default = true; +# forceSSL = true; +# enableACME = true; +# root = "/var/public-cof/home"; +# locations = builtins.listToAttrs (map mkCloudLocation clouds); +# }; }; };