about summary refs log tree commit diff stats
path: root/modules/by-name/co
diff options
context:
space:
mode:
Diffstat (limited to 'modules/by-name/co')
-rw-r--r--modules/by-name/co/constants/module.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/by-name/co/constants/module.nix b/modules/by-name/co/constants/module.nix
index a28ea0c..6974768 100644
--- a/modules/by-name/co/constants/module.nix
+++ b/modules/by-name/co/constants/module.nix
@@ -25,6 +25,8 @@
       nscd = 330;
       sshd = 331;
       systemd-oom = 332;
+      redis-peertube = 990;
+      peertube = 992; # TODO Sort correctly
 
       # As per the NixOS file, the uids should not be greater or equal to 400;
     };
@@ -36,6 +38,8 @@
       systemd-oom = 332;
       resolvconf = 333; # This group is not matched to an user?
       systemd-coredump = 151; # matches systemd-coredump user
+      redis-peertube = 990;
+      peertube = 992;
 
       # The gid should match the uid. Thus should not be >= 400;
     };