From f208b4cf596ece22d32c709b9ac70ad2e178e6c7 Mon Sep 17 00:00:00 2001 From: Ivan Reshetnikov Date: Fri, 18 Aug 2023 12:34:37 +0500 Subject: [PATCH] Mastodon: fix redis config --- nixos/programs/mastodon.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/programs/mastodon.nix b/nixos/programs/mastodon.nix index a0c943a..9ff69af 100644 --- a/nixos/programs/mastodon.nix +++ b/nixos/programs/mastodon.nix @@ -13,7 +13,7 @@ redis = { createLocally = false; - host = "localhost"; + host = "127.0.0.1"; port = 6379; };