This commit is contained in:
Nathan McCarty 2022-06-14 20:22:33 -04:00
parent 76c2ec36f2
commit 753cb6062b
Signed by: thatonelutenist
GPG Key ID: D70DA3DD4D1E9F96
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
{
# Webserver for hosting pack
services.nginx.virtualHosts."pack.forward-progress.net" = {
enableAcme = true;
enableACME = true;
forceSSL = true;
root = "/var/www/pack.forward-progress.net";
};