mirror of https://github.com/materusPL/Nixerus.git
valkyrie: nginx fix
This commit is contained in:
parent
74752cf7d4
commit
b2b963fb5b
|
@ -121,7 +121,6 @@
|
||||||
|
|
||||||
services.nginx = {
|
services.nginx = {
|
||||||
enable = true;
|
enable = true;
|
||||||
addSSL = true;
|
|
||||||
|
|
||||||
recommendedTlsSettings = true;
|
recommendedTlsSettings = true;
|
||||||
recommendedOptimisation = true;
|
recommendedOptimisation = true;
|
||||||
|
@ -135,6 +134,7 @@ services.nginx = {
|
||||||
security.acme.defaults.email = "materus+acme@podkos.pl";
|
security.acme.defaults.email = "materus+acme@podkos.pl";
|
||||||
security.acme.certs."materus.pl" = {
|
security.acme.certs."materus.pl" = {
|
||||||
domain = "materus.pl";
|
domain = "materus.pl";
|
||||||
|
group = "nginx";
|
||||||
extraDomainNames = [ "*.materus.pl" ];
|
extraDomainNames = [ "*.materus.pl" ];
|
||||||
dnsProvider = "ovh";
|
dnsProvider = "ovh";
|
||||||
credentialsFile = "/materus/config/valkyrie/certs.secret";
|
credentialsFile = "/materus/config/valkyrie/certs.secret";
|
||||||
|
|
Loading…
Reference in New Issue