From 9259ec098ed1985aadc813653645e4b087d3415a Mon Sep 17 00:00:00 2001 From: Giulio De Pasquale Date: Fri, 11 Nov 2022 19:25:33 +0100 Subject: [PATCH] nitter: Dont use redis (conflict with Nextcloud) --- hosts/architect/nitter.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/architect/nitter.nix b/hosts/architect/nitter.nix index 5742c76..29a0da9 100644 --- a/hosts/architect/nitter.nix +++ b/hosts/architect/nitter.nix @@ -7,6 +7,7 @@ in { services = { nitter = { enable = true; + redisCreateLocally = false; server = { port = 9093; hostname = domain;