diff --git a/configuration.nix b/configuration.nix index 7a1a521..eae8981 100644 --- a/configuration.nix +++ b/configuration.nix @@ -201,6 +201,14 @@ "100.64.0.3" ]; caching.apcu = true; + + # Auto update apps + autoUpdateApps = 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;