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;