diff --git a/nix/module.nix b/nix/module.nix index 089c03957..e618cd9a3 100644 --- a/nix/module.nix +++ b/nix/module.nix @@ -13,7 +13,7 @@ let else "redis://${cfg.celeryRedis.host}:${toString cfg.celeryRedis.port}/0"; env = { - DEBUG = "true"; + DEBUG = "false"; DOMAIN = cfg.domain; BOOKWYRM_DATABASE_BACKEND = "postgres"; MEDIA_ROOT = (builtins.toPath cfg.stateDir) + "/images";