{ pkgs, ... }: { services.redis.servers = { hermitSearch = { enable = true; port = 6379; openFirewall = true; }; }; }