Apparently sidekiq needs external access?

This commit is contained in:
niten 2023-10-18 18:07:50 -07:00
parent 03a2e29832
commit ed9aef1b31
1 changed files with 1 additions and 1 deletions

View File

@ -358,7 +358,7 @@ in {
hostSecrets.mastodonCommonEnv.target-file
hostSecrets.mastodonEnv.target-file
];
networks = [ "internal_network" ];
networks = [ "internal_network" "external_network" ];
};
};
};