feat: nextcloud test

This commit is contained in:
Nick 2024-10-18 02:11:15 -05:00
parent 6533ca80ab
commit b8bad3a2fd

View file

@ -30,6 +30,7 @@ in {
# }; # };
config = { config = {
adminpassFile = config.sops.secrets."${nextcloud.name}-pass".path; adminpassFile = config.sops.secrets."${nextcloud.name}-pass".path;
adminuser = "admin";
dbtype = "pgsql"; dbtype = "pgsql";
}; };
database = { database = {