From 3fa9d96d428a84372a41d3c86aee6be66a33e5c6 Mon Sep 17 00:00:00 2001 From: Louis Pearson Date: Sun, 7 Jan 2024 01:32:26 -0700 Subject: [PATCH] fix: dbType -> dbtype --- configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index 819fb24..72dd99a 100644 --- a/configuration.nix +++ b/configuration.nix @@ -207,7 +207,7 @@ # Use postgres database.createLocally = true; - config.dbType = "pgsql"; + config.dbtype = "pgsql"; config.dbpassFile = "/var/nextcloud-db-pass"; }; services.phpfpm.pools.nextcloud.settings = {