diff --git a/mastodon-container.nix b/mastodon-container.nix index 791140d..cbf2474 100644 --- a/mastodon-container.nix +++ b/mastodon-container.nix @@ -326,7 +326,7 @@ in { hostSecrets.mastodonCommonEnv.target-file hostSecrets.mastodonEnv.target-file ]; - networks = [ "internal_network" ]; + networks = [ "internal_network" "external_network" ]; }; streaming.service = { image = cfg.images.mastodon;