Update nitter.nix

This commit is contained in:
mlyxshi 2022-08-07 22:50:42 -07:00 committed by GitHub
parent f51f722597
commit 228a897afd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -347,8 +347,9 @@ in
};
};
services.redis = lib.mkIf (cfg.redisCreateLocally) {
services.redis.servers.nitter = lib.mkIf (cfg.redisCreateLocally) {
enable = true;
port = cfg.cache.redisPort;
};
networking.firewall = mkIf cfg.openFirewall {