1
0
Fork 0
This commit is contained in:
Daniel Kempkens 2022-11-30 00:16:26 +01:00
parent 178ae6f82e
commit b6635d58af
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM

View file

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