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 14:31:56 +0100
committerSilas Schöffel <sils@sils.li>2025-01-21 14:31:56 +0100
commit8ff7c1219a149386c753e2618f35507b0258f91c (patch)
tree7800a23be7d76feea925620c2af91fe2a165269c /modules/by-name/co/constants/module.nix
parentfix(peertube): migrate to server3 (diff)
downloadnixos-server-8ff7c1219a149386c753e2618f35507b0258f91c.zip
feat(modules/mastodon): init on server3
Diffstat (limited to 'modules/by-name/co/constants/module.nix')
-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 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;
     };