VEGAS: add Redis
This commit is contained in:
parent
de311567ec
commit
bdf1153359
2 changed files with 7 additions and 0 deletions
6
hosts/VEGAS/modules/redis/default.nix
Normal file
6
hosts/VEGAS/modules/redis/default.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{ ... }:
|
||||
{
|
||||
services.redis = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
|
@ -10,6 +10,7 @@
|
|||
./modules/database
|
||||
./modules/nginx
|
||||
./modules/oauth2-proxy
|
||||
./modules/redis
|
||||
./modules/virtualisation
|
||||
inputs.agenix.nixosModules.age
|
||||
|
||||
|
|
Loading…
Reference in a new issue