it's addSSL
This commit is contained in:
parent
74b667331e
commit
487981d4bd
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
{ ... }: {
|
||||
services.nginx.virtualHosts."static.darkkirb.de" = {
|
||||
allowSSL = true;
|
||||
addSSL = true;
|
||||
http2 = true;
|
||||
listenAddresses = [ "0.0.0.0" "[::]" ];
|
||||
sslCertificate = "/var/lib/acme/darkkirb.de/cert.pem";
|
||||
|
|
Loading…
Reference in a new issue