feat(etna/nextcloud): migrate to postgres

This commit is contained in:
uku 2025-02-17 14:04:05 +01:00
parent 415edf41f3
commit 7a823e72c0
Signed by: uku
SSH key fingerprint: SHA256:4P0aN6M8ajKukNi6aPOaX0LacanGYtlfjmN+m/sHY/o

View file

@ -24,11 +24,12 @@ in
hostName = "cloud.uku3lig.net"; hostName = "cloud.uku3lig.net";
datadir = "/data/nextcloud"; datadir = "/data/nextcloud";
database.createLocally = true;
configureRedis = true; configureRedis = true;
config = { config = {
adminpassFile = adminPass.path; adminpassFile = adminPass.path;
dbtype = "sqlite"; dbtype = "pgsql";
}; };
}; };
} }