From 0c271cff9e528c7d3b1949e62a91786fb9fcc881 Mon Sep 17 00:00:00 2001 From: Kyren223 Date: Tue, 1 Jul 2025 22:36:41 +0300 Subject: [PATCH] a --- nixosModules/loki.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixosModules/loki.nix b/nixosModules/loki.nix index e1e5c97..db67637 100644 --- a/nixosModules/loki.nix +++ b/nixosModules/loki.nix @@ -21,7 +21,7 @@ ring = { instance_addr = "::1"; kvstore = { - store = "inmemory"; + store = "memberlist"; }; }; replication_factor = 1;