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

6 lines
65 B
Nix
Raw Normal View History

2021-10-16 20:29:15 +03:00
{
2022-05-30 23:39:40 +03:00
services.redis.servers.default = {
2021-10-16 20:29:15 +03:00
enable = true;
};
}