Skip to content

Commit f663409

Browse files
authored
Merge: nixos/nextcloud: add hint about HSTS to https setting (#345609)
2 parents 63d46c3 + 5edaed0 commit f663409

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

nixos/modules/services/web-apps/nextcloud.nix

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,11 @@ in {
294294
https = mkOption {
295295
type = types.bool;
296296
default = false;
297-
description = "Use HTTPS for generated links.";
297+
description = ''
298+
Use HTTPS for generated links.
299+
300+
Be aware that this also enables HTTP Strict Transport Security (HSTS) headers.
301+
'';
298302
};
299303
package = mkOption {
300304
type = types.package;

0 commit comments

Comments
 (0)