Update nitter.nix
This commit is contained in:
parent
f51f722597
commit
228a897afd
@ -347,8 +347,9 @@ in
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
services.redis = lib.mkIf (cfg.redisCreateLocally) {
|
services.redis.servers.nitter = lib.mkIf (cfg.redisCreateLocally) {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
port = cfg.cache.redisPort;
|
||||||
};
|
};
|
||||||
|
|
||||||
networking.firewall = mkIf cfg.openFirewall {
|
networking.firewall = mkIf cfg.openFirewall {
|
||||||
|
Loading…
Reference in New Issue
Block a user