Skip to content

Commit

Permalink
Merge pull request #885 from shyim/fix-redis-startup-wsl
Browse files Browse the repository at this point in the history
fix: redis startup on WSL2
  • Loading branch information
domenkozar authored Dec 8, 2023
2 parents e2a808a + 70ed536 commit 6de79a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/services/redis.nix
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ in

extraConfig = mkOption {
type = types.lines;
default = "";
default = "locale-collate C";
description = "Additional text to be appended to `redis.conf`.";
};
};
Expand Down

0 comments on commit 6de79a6

Please sign in to comment.