stockholm/lass/2configs/redis.nix

9 lines
98 B
Nix
Raw Normal View History

2015-10-08 23:10:15 +00:00
{ config, ... }:
{
config.services.redis = {
enable = true;
bind = "127.0.0.1";
};
}