Update ACME configurations

This commit is contained in:
Greg Hellings
2022-06-12 04:58:34 +00:00
parent e8b4f3b3b0
commit 164e30cd87
2 changed files with 9 additions and 2 deletions
+2 -1
View File
@@ -5,7 +5,7 @@ in
{
security.acme = {
acceptTerms = true;
email = "greg.hellings@gmail.com";
defaults.email = "greg.hellings@gmail.com";
};
services.nginx = {
@@ -30,5 +30,6 @@ in
greg.proxies."thehellings.com" = {
target = "http://${homepage}/";
ssl = true;
genAliases = false;
};
}