From bd2147b2589fd0f5a1b52a33bb5bbf3a5616573f Mon Sep 17 00:00:00 2001 From: geemili Date: Sun, 7 Jan 2024 09:21:58 -0700 Subject: [PATCH] nextcloud: remove postgres configuration --- configuration.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/configuration.nix b/configuration.nix index e1c414f..e4b57be 100644 --- a/configuration.nix +++ b/configuration.nix @@ -204,11 +204,6 @@ # Auto update apps autoUpdateApps.enable = true; - - # Use postgres - database.createLocally = true; - config.dbtype = "pgsql"; - config.dbpassFile = "/var/nextcloud-db-pass"; }; services.phpfpm.pools.nextcloud.settings = { "listen.owner" = config.services.caddy.user;