From b813e0ae105d184bf3bed7fc48bbe6a851667b6f Mon Sep 17 00:00:00 2001 From: s-prechtl Date: Sun, 22 Jun 2025 16:22:54 +0200 Subject: [PATCH] feat: postgres ftw --- hosts/hitsugibune/nextcloud.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/hitsugibune/nextcloud.nix b/hosts/hitsugibune/nextcloud.nix index 44fd11a..9f4419c 100644 --- a/hosts/hitsugibune/nextcloud.nix +++ b/hosts/hitsugibune/nextcloud.nix @@ -26,7 +26,7 @@ config = { adminuser = "admin"; adminpassFile = "/etc/nextcloud-admin-pass"; - dbtype = "mysql"; + dbtype = "psql"; }; database.createLocally = true; };