From 540f819b18c903c0483194d0814ba1e5927c58e6 Mon Sep 17 00:00:00 2001 From: ltadeu6 Date: Mon, 25 May 2026 17:28:52 -0300 Subject: [PATCH] Set nextcloud dbtype = pgsql (required since 25.05) --- hosts/NixOracle/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/NixOracle/configuration.nix b/hosts/NixOracle/configuration.nix index d35e8b2..a4d88f3 100644 --- a/hosts/NixOracle/configuration.nix +++ b/hosts/NixOracle/configuration.nix @@ -143,6 +143,7 @@ in { config = { adminuser = "admin"; adminpassFile = "/etc/nextcloud-secrets/admin-password"; + dbtype = "pgsql"; }; settings = { default_phone_region = "BR";