hotfix: disable student calendar

This commit is contained in:
Raito Bezarius 2022-08-15 13:31:27 +02:00
parent c5aa20dffa
commit 7f5f3213ac

View file

@ -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);
# };
};
};