From 628c81b2320cb19dafcc3a025588bc67e90a972a Mon Sep 17 00:00:00 2001 From: niten Date: Thu, 19 Oct 2023 09:09:40 -0700 Subject: [PATCH] Sigh, give access to 'streaming' too... --- mastodon-container.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mastodon-container.nix b/mastodon-container.nix index 2cca995..953f8e7 100644 --- a/mastodon-container.nix +++ b/mastodon-container.nix @@ -342,7 +342,7 @@ in { hostSecrets.mastodonCommonEnv.target-file hostSecrets.mastodonEnv.target-file ]; - networks = [ "internal_network" ]; + networks = [ "internal_network" "external_network" ]; }; sidekiq.service = { image = cfg.images.mastodon;