fix: hoitas

This commit is contained in:
s-prechtl 2025-06-22 16:23:32 +02:00
parent b813e0ae10
commit 9107f8d785

View file

@ -26,7 +26,7 @@
config = {
adminuser = "admin";
adminpassFile = "/etc/nextcloud-admin-pass";
dbtype = "psql";
dbtype = "pgsql";
};
database.createLocally = true;
};