diff options
author | Silas Schöffel <sils@sils.li> | 2025-01-21 14:31:56 +0100 |
---|---|---|
committer | Silas Schöffel <sils@sils.li> | 2025-01-21 14:31:56 +0100 |
commit | 8ff7c1219a149386c753e2618f35507b0258f91c (patch) | |
tree | 7800a23be7d76feea925620c2af91fe2a165269c /modules/by-name/co | |
parent | fix(peertube): migrate to server3 (diff) | |
download | nixos-server-8ff7c1219a149386c753e2618f35507b0258f91c.zip |
feat(modules/mastodon): init on server3
Diffstat (limited to 'modules/by-name/co')
-rw-r--r-- | modules/by-name/co/constants/module.nix | 4 |
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 6974768..de3ebac 100644 --- a/modules/by-name/co/constants/module.nix +++ b/modules/by-name/co/constants/module.nix @@ -27,6 +27,8 @@ systemd-oom = 332; redis-peertube = 990; peertube = 992; # TODO Sort correctly + mastodon = 996; + redis-mastodon = 991; # As per the NixOS file, the uids should not be greater or equal to 400; }; @@ -40,6 +42,8 @@ systemd-coredump = 151; # matches systemd-coredump user redis-peertube = 990; peertube = 992; + mastodon = 996; + redis-mastodon = 991; # The gid should match the uid. Thus should not be >= 400; }; |