From 76bca5bb775553d64fb14069167c54c265a3c2b6 Mon Sep 17 00:00:00 2001 From: Mikhail Klementev Date: Tue, 17 Dec 2024 18:36:05 +0000 Subject: [PATCH] fix redis address --- configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index 1e95b9a..c87cf8c 100644 --- a/configuration.nix +++ b/configuration.nix @@ -90,7 +90,7 @@ in { from_address: 'peertube@m.lor.sh' redis: - hostname: '${hostName}' + hostname: '127.0.0.1' object_storage: enabled: true