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 = {
changedetection-io = {
enable = true;
group = "hosted";
behindProxy = true;
datastorePath = "/data/changedetection";
port = lib.toInt "${config.ports.changedetection-io}";

View file

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