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:
commit
43ee224113
1 changed files with 2 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue