1
0
Fork 0

mastodon: add nginx to mastodon group

This commit is contained in:
Daniel Kempkens 2022-11-29 21:28:18 +01:00
parent 59b2c3b243
commit 9e6f1de52a
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM

View file

@ -98,5 +98,7 @@ in
};
};
users.groups.mastodon.members = config.services.nginx.user;
networking.firewall.allowedTCPPorts = [ 80 ];
}