nixos/piwik: adjust to addSSL and forceSSL now being mutually exclusive
This commit is contained in:
parent
0544ac4a1b
commit
ae9d311565
@ -173,7 +173,6 @@ in {
|
|||||||
|
|
||||||
# allow to override SSL settings if necessary, i.e. when using another method than ACME
|
# allow to override SSL settings if necessary, i.e. when using another method than ACME
|
||||||
# but enable them by default, as sensitive login and piwik data should not be transmitted in clear text.
|
# but enable them by default, as sensitive login and piwik data should not be transmitted in clear text.
|
||||||
addSSL = mkDefault true;
|
|
||||||
forceSSL = mkDefault true;
|
forceSSL = mkDefault true;
|
||||||
enableACME = mkDefault true;
|
enableACME = mkDefault true;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user