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 = {
|
services = {
|
||||||
changedetection-io = {
|
changedetection-io = {
|
||||||
enable = true;
|
enable = true;
|
||||||
group = "hosted";
|
|
||||||
behindProxy = true;
|
behindProxy = true;
|
||||||
datastorePath = "/data/changedetection";
|
datastorePath = "/data/changedetection";
|
||||||
port = lib.toInt "${config.ports.changedetection-io}";
|
port = lib.toInt "${config.ports.changedetection-io}";
|
||||||
|
|
|
||||||
|
|
@ -23,8 +23,8 @@
|
||||||
adminpassFile = config.age.secrets.nextcloud-adminpass.path;
|
adminpassFile = config.age.secrets.nextcloud-adminpass.path;
|
||||||
};
|
};
|
||||||
phpOptions = {
|
phpOptions = {
|
||||||
upload_max_filesize = "8G";
|
upload_max_filesize = lib.mkDefault "8G";
|
||||||
post_max_size = "8G";
|
post_max_size = lib.mkDefault "8G";
|
||||||
"opcache.interned_strings_buffer" = "16";
|
"opcache.interned_strings_buffer" = "16";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue