diff --git a/hosts/VEGAS/modules/redis/default.nix b/hosts/VEGAS/modules/redis/default.nix new file mode 100644 index 0000000..4c6414c --- /dev/null +++ b/hosts/VEGAS/modules/redis/default.nix @@ -0,0 +1,6 @@ +{ ... }: +{ + services.redis = { + enable = true; + }; +} diff --git a/hosts/VEGAS/system.nix b/hosts/VEGAS/system.nix index 553c5e3..d17f4fd 100644 --- a/hosts/VEGAS/system.nix +++ b/hosts/VEGAS/system.nix @@ -10,6 +10,7 @@ ./modules/database ./modules/nginx ./modules/oauth2-proxy + ./modules/redis ./modules/virtualisation inputs.agenix.nixosModules.age