nixos-module: lift redis TimeoutStartSec

This commit is contained in:
Astro 2023-02-24 20:06:35 +01:00
parent 1e247b4768
commit 84263c85b7
1 changed files with 3 additions and 0 deletions

View File

@ -133,6 +133,9 @@ in
"L ${profanityPath} - - - - ${./profanity.txt}"
];
# redis restore can be slow
systemd.services.redis-caveman.serviceConfig.TimeoutStartSec = "infinity";
services.redis.servers.caveman = lib.mkIf cfg.hunter.enable {
enable = true;
port = cfg.redis.port;