fix: update nextcloud settings

This commit is contained in:
Ivan R. 2024-06-09 18:55:44 +05:00
parent e0946c26e9
commit b3301b9899
No known key found for this signature in database
GPG key ID: 56C7BAAE859B302C

View file

@ -2,7 +2,7 @@
{
services.nextcloud = {
enable = true;
package = pkgs.nextcloud27;
package = pkgs.nextcloud28;
hostName = "nc.comfycamp.space";
home = "/hdd/nextcloud";
config = {
@ -10,11 +10,13 @@
dbname = "nextcloud";
dbuser = "nextcloud";
dbhost = "/run/postgresql";
overwriteProtocol = "https";
defaultPhoneRegion = "RU";
adminuser = "lumin";
adminpassFile = "/var/lib/secrets/nextcloud/admin-pass.txt";
};
settings = {
overwriteProtocol = "https";
defaultPhoneRegion = "RU";
};
configureRedis = true;
database = {
createLocally = false;