add hello-fonts

This commit is contained in:
Leonardo Eugênio 2024-10-06 13:35:13 -03:00
parent 55ab02f3ce
commit 35ce459191
3 changed files with 26 additions and 0 deletions

View file

@ -38,4 +38,9 @@
forceSSL = true;
root = inputs.youre-wrong;
};
services.nginx.virtualHosts."hello-fonts.lelgenio.com" = {
enableACME = true;
forceSSL = true;
root = inputs.hello-fonts;
};
}