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; recommendedTlsSettings = true;
virtualHosts = { virtualHosts = {
"home.beta.rz.ens.wtf" = { # FIXME: factorize and remove it, it has been superseded by eleves.ens.fr/calendrier
serverAliases = [ "beta.rz.ens.wtf" ]; # "home.beta.rz.ens.wtf" = {
default = true; # serverAliases = [ "beta.rz.ens.wtf" ];
forceSSL = true; # default = true;
enableACME = true; # forceSSL = true;
root = "/var/public-cof/home"; # enableACME = true;
locations = builtins.listToAttrs (map mkCloudLocation clouds); # root = "/var/public-cof/home";
}; # locations = builtins.listToAttrs (map mkCloudLocation clouds);
# };
}; };
}; };