commit 611e075ddaf91e47f3cf48392fe2929f9aa0c326 parent dec4c9059b2f85b0863af8fdd0f964834de73336 Author: MTRNord <mtrnord1@gmail.com> Date: Thu, 14 Dec 2023 18:23:35 +0100 Placeholder mastodon group and user Diffstat:
| M | nixos/worker-1/configuration.nix | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/nixos/worker-1/configuration.nix b/nixos/worker-1/configuration.nix @@ -387,6 +387,8 @@ in { group = "node-yara-rs-runner"; }; }; + users.mastodon = {}; + groups.mastodon = {}; groups.node-yara-rs-runner = {}; };