commit a83b712e795915e39c663fcf8149ba31ae05dfe9
parent 611e075ddaf91e47f3cf48392fe2929f9aa0c326
Author: MTRNord <mtrnord1@gmail.com>
Date: Thu, 14 Dec 2023 18:24:55 +0100
Placeholder mastodon group and user
Diffstat:
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/nixos/worker-1/configuration.nix b/nixos/worker-1/configuration.nix
@@ -386,8 +386,11 @@ in {
isSystemUser = true;
group = "node-yara-rs-runner";
};
+ mastodon = {
+ isSystemUser = true;
+ group = "mastodon";
+ };
};
- users.mastodon = {};
groups.mastodon = {};
groups.node-yara-rs-runner = {};
};