nixos: services: mealie: extend session timeout

This commit is contained in:
Bruno BELANYI 2025-11-06 22:36:18 +01:00
parent 6124d07c1b
commit ad6a0bf4d3

View file

@ -32,6 +32,7 @@ in
BASE_URL = "https://mealie.${config.networking.domain}";
TZ = config.time.timeZone;
ALLOw_SIGNUP = "false";
TOKEN_TIME = 24 * 180; # 180 days
};
# Automatic PostgreSQL provisioning