VEGAS: add Redis

This commit is contained in:
Max Headroom 2021-10-16 19:29:15 +02:00
parent de311567ec
commit bdf1153359
2 changed files with 7 additions and 0 deletions

View file

@ -0,0 +1,6 @@
{ ... }:
{
services.redis = {
enable = true;
};
}

View file

@ -10,6 +10,7 @@
./modules/database
./modules/nginx
./modules/oauth2-proxy
./modules/redis
./modules/virtualisation
inputs.agenix.nixosModules.age