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:
parent
f587de5d7f
commit
7d8742da87
41 changed files with 66 additions and 67 deletions
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue