feat(APPA): move nextcloud to postgresql

This commit is contained in:
Jacob Bachmann 2024-09-17 19:46:27 +02:00
parent 0517922bf0
commit 2003271472
Signed by: bchmnn
GPG key ID: 732A612DAD28067D

View file

@ -16,6 +16,7 @@
config = { config = {
adminuser = "admin"; adminuser = "admin";
adminpassFile = config.age.secrets.passwords-nextcloud-admin.path; adminpassFile = config.age.secrets.passwords-nextcloud-admin.path;
dbtype = "pgsql";
}; };
autoUpdateApps = { autoUpdateApps = {
enable = true; enable = true;