Chages to alexandria

This commit is contained in:
William 2024-03-23 13:35:42 -03:00
parent bdb9369cdb
commit 8aeca70655
2 changed files with 2 additions and 3 deletions

View file

@ -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}";

View file

@ -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";
}; };
}; };