summary refs log tree commit diff stats
path: root/modules/by-name/co/constants/module.nix
diff options
context:
space:
mode:
authorSilas Schöffel <sils@sils.li>2025-01-21 13:26:54 +0100
committerSilas Schöffel <sils@sils.li>2025-01-21 13:26:54 +0100
commita2f352ac7571fd3c2fa51e4482ee9444aa999661 (patch)
tree6ea4f6fae22729fc443e02700178b68bcd91a5a7 /modules/by-name/co/constants/module.nix
parentfix(envrc): remove git fetch (diff)
downloadnixos-server-a2f352ac7571fd3c2fa51e4482ee9444aa999661.zip
fix(peertube): migrate to server3
Diffstat (limited to '')
-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;
     };