Chages to alexandria
This commit is contained in:
parent
bdb9369cdb
commit
8aeca70655
2 changed files with 2 additions and 3 deletions
|
|
@ -4,7 +4,6 @@
|
|||
services = {
|
||||
changedetection-io = {
|
||||
enable = true;
|
||||
group = "hosted";
|
||||
behindProxy = true;
|
||||
datastorePath = "/data/changedetection";
|
||||
port = lib.toInt "${config.ports.changedetection-io}";
|
||||
|
|
|
|||
|
|
@ -23,8 +23,8 @@
|
|||
adminpassFile = config.age.secrets.nextcloud-adminpass.path;
|
||||
};
|
||||
phpOptions = {
|
||||
upload_max_filesize = "8G";
|
||||
post_max_size = "8G";
|
||||
upload_max_filesize = lib.mkDefault "8G";
|
||||
post_max_size = lib.mkDefault "8G";
|
||||
"opcache.interned_strings_buffer" = "16";
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue