From 1ddfb655c9cb35a40cc13dca84652678f7a30f1a Mon Sep 17 00:00:00 2001 From: sils Date: Thu, 12 Oct 2023 21:52:37 +0200 Subject: fix(system/services/mastodon): add nginx to group 'mastodon' --- system/services/mastodon/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/system/services/mastodon/default.nix b/system/services/mastodon/default.nix index 5007d0e..ea49fc5 100644 --- a/system/services/mastodon/default.nix +++ b/system/services/mastodon/default.nix @@ -49,4 +49,6 @@ in { }; }; }; + + users.groups.${config.services.mastodon.group}.members = config.services.nginx.user; } -- cgit 1.4.1