mirror of
https://github.com/thiloho/nixos-config.git
synced 2025-11-22 03:21:35 +01:00
Add memcached and smaller setting adjustments
This commit is contained in:
@@ -54,16 +54,27 @@
|
||||
};
|
||||
};
|
||||
};
|
||||
memcached.enable = true;
|
||||
nextcloud = {
|
||||
enable = true;
|
||||
package = pkgs.nextcloud27;
|
||||
hostName = "cloud.thilohohlt.com";
|
||||
database.createLocally = true;
|
||||
https = true;
|
||||
caching.memcached = true;
|
||||
config = {
|
||||
dbtype = "pgsql";
|
||||
adminpassFile = "/var/run/nextcloud-pass.txt";
|
||||
defaultPhoneRegion = "DE";
|
||||
};
|
||||
phpOptions = {
|
||||
upload_max_filesize = "16G";
|
||||
post_max_size = "16G";
|
||||
};
|
||||
extraOptions = {
|
||||
mail_smtpmode = "sendmail";
|
||||
mail_sendmailmode = "pipe";
|
||||
};
|
||||
https = true;
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user