From e505caface5ccf94176a7f79ea185431758de426 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Charlotte=20=F0=9F=A6=9D=20Delenk?= Date: Mon, 25 Apr 2022 19:22:16 +0100 Subject: [PATCH] redis.mastodon -> redis.servers.mastodon --- config/services/mastodon.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/services/mastodon.nix b/config/services/mastodon.nix index 63d933aa..2acc93c6 100644 --- a/config/services/mastodon.nix +++ b/config/services/mastodon.nix @@ -24,7 +24,7 @@ in REDIS_NAMESPACE = "mastodon"; SINGLE_USER_MODE = "true"; REDIS_HOST = "127.0.0.1"; - REDIS_PORT = toString config.services.redis.mastodon.port; + REDIS_PORT = toString config.services.redis.servers.mastodon.port; }; redis.createLocally = false; otpSecretFile = config.sops.secrets."services/mastodon/otpSecret".path;