0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

treewide: fix mkEnableOption usage

This commit is contained in:
éclairevoyant 2024-06-03 12:59:45 -04:00
parent f587de5d7f
commit 7d8742da87
No known key found for this signature in database
GPG key ID: E3813AEAA02DB54B
41 changed files with 66 additions and 67 deletions

View file

@ -474,7 +474,7 @@ in {
implementation into the virtual filesystem.
Further details about this feature can be found in the
[upstream documentation](https://docs.nextcloud.com/server/22/admin_manual/configuration_files/primary_storage.html).
[upstream documentation](https://docs.nextcloud.com/server/22/admin_manual/configuration_files/primary_storage.html)
'';
bucket = mkOption {
type = types.str;
@ -576,7 +576,7 @@ in {
This is used by the theming app and for generating previews of certain images (e.g. SVG and HEIF).
You may want to disable it for increased security. In that case, previews will still be available
for some images (e.g. JPEG and PNG).
See <https://github.com/nextcloud/server/issues/13099>.
See <https://github.com/nextcloud/server/issues/13099>
'' // {
default = true;
};