Merge pull request #323604 from LennyPenny/patch-1

nixos/tandoor-recipes: enable serving of media files by default
This commit is contained in:
lassulus 2024-07-13 21:36:17 +02:00 committed by GitHub
commit ee2d97a3ce
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,6 +11,7 @@ let
DEBUG = "0";
DEBUG_TOOLBAR = "0";
MEDIA_ROOT = "/var/lib/tandoor-recipes";
GUNICORN_MEDIA = true;
} // optionalAttrs (config.time.timeZone != null) {
TZ = config.time.timeZone;
} // (