kanboard, pixelfed, slskd: replace forceHttps with forceSSL (#426951)

This commit is contained in:
Sefa Eyeoglu 2026-01-20 07:25:52 +00:00 committed by GitHub
commit a61f06cd7a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View file

@ -76,7 +76,7 @@ in
example = lib.literalExpression ''
{
enableACME = true;
forceHttps = true;
forceSSL = true;
}
'';
};

View file

@ -140,7 +140,7 @@ in
"pics.''${config.networking.domain}"
];
enableACME = true;
forceHttps = true;
forceSSL = true;
}
'';
description = ''

View file

@ -45,7 +45,7 @@ in
example = lib.literalExpression ''
{
enableACME = true;
forceHttps = true;
forceSSL = true;
}
'';
description = ''