depot/hosts/VEGAS/modules/redis/default.nix

7 lines
82 B
Nix
Raw Normal View History

2021-10-16 19:29:15 +02:00
{
2022-05-30 22:39:40 +02:00
services.redis.servers.default = {
2021-10-16 19:29:15 +02:00
enable = true;
2022-05-31 10:23:57 +02:00
port = 6379;
2021-10-16 19:29:15 +02:00
};
}