feat: added https to website

This commit is contained in:
Leyla Becker 2026-02-11 15:24:48 -06:00
parent f0a030c44a
commit d90622efcc
2 changed files with 37 additions and 4 deletions

View file

@ -36,9 +36,11 @@
settings.PasswordAuthentication = false;
};
# Enable the volpe service
services.volpe = {
enable = true;
domain = "69.61.19.180";
domain = "blog.jan-leila.com";
extraDomains = ["volpe.jan-leila.com"];
enableACME = true;
acmeEmail = "leyla@jan-leila.com";
};
}
}