From a2f352ac7571fd3c2fa51e4482ee9444aa999661 Mon Sep 17 00:00:00 2001 From: Silas Schöffel Date: Tue, 21 Jan 2025 13:26:54 +0100 Subject: fix(peertube): migrate to server3 --- modules/by-name/co/constants/module.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'modules/by-name/co/constants') 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; }; -- cgit 1.4.1