Added homepage

This commit is contained in:
Julien Malka 2021-12-04 16:11:23 +01:00
parent 18b7795c15
commit 44d81ecca3
6 changed files with 104 additions and 162 deletions

View file

@ -71,7 +71,7 @@ in
luj.nginx.enable = true;
virtualHosts."cloud.julienmalka.me" = {
services.nginx.virtualHosts."cloud.julienmalka.me" = {
forceSSL = true;
enableACME = true;
locations."/" = {
@ -88,4 +88,6 @@ in
}
};
}