add valkey

This commit is contained in:
2025-05-13 18:01:28 +04:00
parent c0f01d143e
commit 948180a09c
2 changed files with 74 additions and 0 deletions

View File

@@ -49,4 +49,5 @@ in
};
mkPostgres = import ./services/postgres.nix { inherit pkgs; };
mkRedis = import ./services/redis.nix { inherit pkgs; };
mkValkey = import ./services/valkey.nix { inherit pkgs; };
}