make home.beta.rz.ens.wtf the nginx default

This commit is contained in:
gabriel-doriath-dohler 2021-11-14 23:57:19 +01:00
parent 10a5cef823
commit d0b0093ba6

View file

@ -14,6 +14,7 @@
virtualHosts = {
"home.beta.rz.ens.wtf" = {
serverAliases = [ "beta.rz.ens.wtf" ];
default = true;
forceSSL = true;
enableACME = true;
root = "/var/public-cof/home";