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
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 = ''