Updated and addressed warnings

This commit is contained in:
Alejandro Angulo 2024-03-02 08:23:27 -08:00
parent 34dfa4b543
commit 9ad147bb5b
Signed by: alejandro-angulo
GPG key ID: 75579581C74554B6
5 changed files with 40 additions and 35 deletions

View file

@ -30,7 +30,7 @@ in {
services.nextcloud = {
enable = true;
package = pkgs.nextcloud27;
package = pkgs.nextcloud28;
hostName = "nextcloud.kilonull.com";
https = true;
database.createLocally = true;
@ -38,7 +38,7 @@ in {
# Arbitrary large size
maxUploadSize = "16G";
configureRedis = true;
logType = "file";
settings.log_type = "file";
poolSettings = {
pm = "dynamic";
"pm.max_children" = "64";