mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 09:54:40 +02:00
service/nextcloud: increase upload limit
This commit is contained in:
parent
b738962f22
commit
9ef474fd95
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ in
|
||||||
enable = mkEnableOption "Nextcloud";
|
enable = mkEnableOption "Nextcloud";
|
||||||
maxSize = mkOption {
|
maxSize = mkOption {
|
||||||
type = types.str;
|
type = types.str;
|
||||||
default = "1G";
|
default = "10G";
|
||||||
example = "512M";
|
example = "512M";
|
||||||
description = "Maximum file upload size";
|
description = "Maximum file upload size";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue