diff options
Diffstat (limited to 'modules/by-name/co')
-rw-r--r-- | modules/by-name/co/constants/module.nix | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/modules/by-name/co/constants/module.nix b/modules/by-name/co/constants/module.nix index a28ea0c..fed14d3 100644 --- a/modules/by-name/co/constants/module.nix +++ b/modules/by-name/co/constants/module.nix @@ -25,6 +25,19 @@ nscd = 330; sshd = 331; systemd-oom = 332; + nix-sync = 334; + redis-peertube = 990; + peertube = 992; # TODO Sort correctly + mastodon = 996; + redis-mastodon = 991; + matrix-synapse = 224; + mautrix-whatsapp = 225; + knot-resolver = 997; + redis-rspamd = 989; + rspamd = 225; + opendkim = 221; + virtualMail = 5000; + etebase-server = 998; # As per the NixOS file, the uids should not be greater or equal to 400; }; @@ -35,7 +48,19 @@ sshd = 331; systemd-oom = 332; resolvconf = 333; # This group is not matched to an user? + nix-sync = 334; systemd-coredump = 151; # matches systemd-coredump user + redis-peertube = 990; + peertube = 992; + mastodon = 996; + redis-mastodon = 991; + matrix-synapse = 224; + knot-resolver = 997; + redis-rspamd = 989; + rspamd = 225; + opendkim = 221; + virtualMail = 5000; + etebase-server = 998; # The gid should match the uid. Thus should not be >= 400; }; |