25.05: fix nextcloud dbtype

This commit is contained in:
Leonardo Eugênio 2025-05-24 19:11:26 -03:00
parent 451aeb6725
commit a4b900582a
No known key found for this signature in database
GPG key ID: 2F8F21CE8721456B

View file

@ -1,7 +1,6 @@
{ {
config, config,
pkgs, pkgs,
inputs,
... ...
}: }:
{ {
@ -11,6 +10,7 @@
hostName = "cloud.lelgenio.com"; hostName = "cloud.lelgenio.com";
https = true; https = true;
config = { config = {
dbtype = "sqlite"; # TODO: move to single postgres db
adminpassFile = config.age.secrets.phantom-nextcloud.path; adminpassFile = config.age.secrets.phantom-nextcloud.path;
}; };
}; };