From a3f8d6275761dc217427953fe79daf519c00a278 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Sun, 10 Dec 2023 06:52:35 -0600 Subject: [PATCH] add em back? --- systems/dalinar/configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/systems/dalinar/configuration.nix b/systems/dalinar/configuration.nix index 33c01f0..292f423 100644 --- a/systems/dalinar/configuration.nix +++ b/systems/dalinar/configuration.nix @@ -261,9 +261,9 @@ caching = { redis = true; }; - # notify_push.enable = true; + notify_push.enable = true; autoUpdateApps.enable = true; - # configureRedis = true; + configureRedis = true; phpOptions = { upload_max_filesize = "1G"; post_max_size = "1G";