nixos: services: mealie: remove DB settings
All checks were successful
ci/woodpecker/push/check Pipeline was successful

Looks like I missed them in the original commit to migrate to
`database.createLocally`.
This commit is contained in:
Bruno BELANYI 2025-06-09 13:52:29 +02:00
parent 151570ccca
commit 971f905813

View file

@ -32,11 +32,6 @@ in
BASE_URL = "https://mealie.${config.networking.domain}";
TZ = config.time.timeZone;
ALLOw_SIGNUP = "false";
# Use PostgreSQL
DB_ENGINE = "postgres";
# Make it work with socket auth
POSTGRES_URL_OVERRIDE = "postgresql://mealie:@/mealie?host=/run/postgresql";
};
# Automatic PostgreSQL provisioning