0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 13:40:28 +03:00

Merge pull request #185629 from mlyxshi/master

This commit is contained in:
Sandro 2022-08-10 14:47:29 +02:00 committed by GitHub
commit 43ee224113
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 {