web needs network access (?) for openid

This commit is contained in:
niten 2023-09-06 22:58:06 -07:00
parent 3f4188a7a7
commit 03a2e29832
1 changed files with 1 additions and 1 deletions

View File

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