Sigh, give access to 'streaming' too...

This commit is contained in:
niten 2023-10-19 09:09:40 -07:00
parent ed9aef1b31
commit 628c81b232
1 changed files with 1 additions and 1 deletions

View File

@ -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;