web needs network access (?) for openid
This commit is contained in:
parent
3f4188a7a7
commit
03a2e29832
|
@ -326,7 +326,7 @@ in {
|
||||||
hostSecrets.mastodonCommonEnv.target-file
|
hostSecrets.mastodonCommonEnv.target-file
|
||||||
hostSecrets.mastodonEnv.target-file
|
hostSecrets.mastodonEnv.target-file
|
||||||
];
|
];
|
||||||
networks = [ "internal_network" ];
|
networks = [ "internal_network" "external_network" ];
|
||||||
};
|
};
|
||||||
streaming.service = {
|
streaming.service = {
|
||||||
image = cfg.images.mastodon;
|
image = cfg.images.mastodon;
|
||||||
|
|
Loading…
Reference in New Issue