valkyrie: nginx fix

This commit is contained in:
Mateusz Słodkowicz 2023-06-07 18:43:40 +02:00
parent 74752cf7d4
commit b2b963fb5b
Signed by: materus
GPG Key ID: 28D140BCA60B4FD1
1 changed files with 8 additions and 8 deletions

View File

@ -121,7 +121,6 @@
services.nginx = {
enable = true;
addSSL = true;
recommendedTlsSettings = true;
recommendedOptimisation = true;
@ -135,6 +134,7 @@ services.nginx = {
security.acme.defaults.email = "materus+acme@podkos.pl";
security.acme.certs."materus.pl" = {
domain = "materus.pl";
group = "nginx";
extraDomainNames = [ "*.materus.pl" ];
dnsProvider = "ovh";
credentialsFile = "/materus/config/valkyrie/certs.secret";