summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--system/services/mastodon/default.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/system/services/mastodon/default.nix b/system/services/mastodon/default.nix
index ea49fc5..fee472e 100644
--- a/system/services/mastodon/default.nix
+++ b/system/services/mastodon/default.nix
@@ -50,5 +50,7 @@ in {
     };
   };
 
-  users.groups.${config.services.mastodon.group}.members = config.services.nginx.user;
+  users.groups.${config.services.mastodon.group}.members = [
+    config.services.nginx.user
+  ];
 }