summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ymir.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/ymir.nix b/ymir.nix
index 2d331115..1be21c85 100644
--- a/ymir.nix
+++ b/ymir.nix
@@ -1115,6 +1115,6 @@ in rec {
1115 services.redis = { 1115 services.redis = {
1116 enable = true; 1116 enable = true;
1117 vmOverCommit = true; 1117 vmOverCommit = true;
1118 bind = "localhost"; 1118 bind = "127.0.0.1 ::1";
1119 }; 1119 };
1120} 1120}