mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
Merge: nixos/nextcloud: add hint about HSTS to https setting (#345609)
This commit is contained in:
commit
f6634090cf
1 changed files with 5 additions and 1 deletions
|
@ -294,7 +294,11 @@ in {
|
|||
https = mkOption {
|
||||
type = types.bool;
|
||||
default = false;
|
||||
description = "Use HTTPS for generated links.";
|
||||
description = ''
|
||||
Use HTTPS for generated links.
|
||||
|
||||
Be aware that this also enables HTTP Strict Transport Security (HSTS) headers.
|
||||
'';
|
||||
};
|
||||
package = mkOption {
|
||||
type = types.package;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue