Commit d958ecec authored by kxxt's avatar kxxt
Browse files

kanboard, pixelfed, slskd: replace forceHttps with forceSSL

`forceSSL` is the correct way for enforcing HTTPS for nginx virtual
host.
parent f7c34b08
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -76,7 +76,7 @@ in
      example = lib.literalExpression ''
        {
          enableACME = true;
          forceHttps = true;
          forceSSL = true;
        }
      '';
    };
+1 −1
Original line number Diff line number Diff line
@@ -140,7 +140,7 @@ in
              "pics.''${config.networking.domain}"
            ];
            enableACME = true;
            forceHttps = true;
            forceSSL = true;
          }
        '';
        description = ''
+1 −1
Original line number Diff line number Diff line
@@ -45,7 +45,7 @@ in
        example = lib.literalExpression ''
          {
            enableACME = true;
            forceHttps = true;
            forceSSL = true;
          }
        '';
        description = ''