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";