kanboard, pixelfed, slskd: replace forceHttps with forceSSL

`forceSSL` is the correct way for enforcing HTTPS for nginx virtual
host.
This commit is contained in:
kxxt
2025-07-20 22:40:19 +08:00
parent f7c34b081d
commit d958ececfc
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -76,7 +76,7 @@ in
example = lib.literalExpression ''
{
enableACME = true;
forceHttps = true;
forceSSL = true;
}
'';
};
+1 -1
View File
@@ -140,7 +140,7 @@ in
"pics.''${config.networking.domain}"
];
enableACME = true;
forceHttps = true;
forceSSL = true;
}
'';
description = ''
+1 -1
View File
@@ -45,7 +45,7 @@ in
example = lib.literalExpression ''
{
enableACME = true;
forceHttps = true;
forceSSL = true;
}
'';
description = ''