Skip to content

Commit

Permalink
Fix redis dev server setup
Browse files Browse the repository at this point in the history
  • Loading branch information
eikek committed Oct 30, 2024
1 parent b992a87 commit c91d8c2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion nix/services.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@

services.dev-redis = {
enable = true;
instance = "search";
instances = {
search = { port = 6379; };
};
};

services.openapi-docs = {
Expand Down

0 comments on commit c91d8c2

Please sign in to comment.