From ae9d311565d8c790900ebbc0976e447034930112 Mon Sep 17 00:00:00 2001 From: Florian Jacob Date: Wed, 30 Aug 2017 22:13:26 +0200 Subject: [PATCH] nixos/piwik: adjust to addSSL and forceSSL now being mutually exclusive --- nixos/modules/services/web-apps/piwik.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/nixos/modules/services/web-apps/piwik.nix b/nixos/modules/services/web-apps/piwik.nix index 8d1b3fd00e25..d59f800cf367 100644 --- a/nixos/modules/services/web-apps/piwik.nix +++ b/nixos/modules/services/web-apps/piwik.nix @@ -173,7 +173,6 @@ in { # 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. - addSSL = mkDefault true; forceSSL = mkDefault true; enableACME = mkDefault true;