mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nixos-config.git
synced 2025-01-06 16:14:17 +00:00
fix
This commit is contained in:
parent
aeeca9ce84
commit
fabf938f1d
|
@ -22,6 +22,7 @@ in
|
|||
virtualHosts = {
|
||||
"${domain}" = {
|
||||
enableACME = true;
|
||||
useACMEHost = "root-${domain}";
|
||||
forceSSL = true;
|
||||
extraConfig = ''
|
||||
add_header Strict-Transport-Security $hsts_header;
|
||||
|
|
Loading…
Reference in a new issue