nixos: services: mealie: remove DB settings
All checks were successful
ci/woodpecker/push/check Pipeline was successful
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:
parent
151570ccca
commit
971f905813
1 changed files with 0 additions and 5 deletions
|
|
@ -32,11 +32,6 @@ in
|
||||||
BASE_URL = "https://mealie.${config.networking.domain}";
|
BASE_URL = "https://mealie.${config.networking.domain}";
|
||||||
TZ = config.time.timeZone;
|
TZ = config.time.timeZone;
|
||||||
ALLOw_SIGNUP = "false";
|
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
|
# Automatic PostgreSQL provisioning
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue