From b6635d58af635e8e63cd6503e3c4d78294cae64c Mon Sep 17 00:00:00 2001 From: Daniel Kempkens Date: Wed, 30 Nov 2022 00:16:26 +0100 Subject: [PATCH] fixuo --- system/nixos/mastodon.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/nixos/mastodon.nix b/system/nixos/mastodon.nix index 7138f05..b4738f3 100644 --- a/system/nixos/mastodon.nix +++ b/system/nixos/mastodon.nix @@ -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 ]; }