From 9e6f1de52ab545d4bdc51105a82909924a8e7b98 Mon Sep 17 00:00:00 2001 From: Daniel Kempkens Date: Tue, 29 Nov 2022 21:28:18 +0100 Subject: [PATCH] mastodon: add nginx to mastodon group --- system/nixos/mastodon.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/system/nixos/mastodon.nix b/system/nixos/mastodon.nix index 23d94d5..6f0280f 100644 --- a/system/nixos/mastodon.nix +++ b/system/nixos/mastodon.nix @@ -98,5 +98,7 @@ in }; }; + users.groups.mastodon.members = config.services.nginx.user; + networking.firewall.allowedTCPPorts = [ 80 ]; }