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-25 21:33:05 +0100
committerSilas Schöffel <sils@sils.li>2025-01-25 21:33:05 +0100
commit1a8fc8ea89d371f4c8b0f4ba505a23b722778f3f (patch)
treed9808d321c6850e28391becb30727c262914576b /modules/by-name/co/constants/module.nix
parentfix(modules/etebase): migrate to new vhack.persist option (diff)
downloadnixos-server-1a8fc8ea89d371f4c8b0f4ba505a23b722778f3f.zip
feat(etesync): migrate to server2
Diffstat (limited to '')
-rw-r--r--modules/by-name/co/constants/module.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/by-name/co/constants/module.nix b/modules/by-name/co/constants/module.nix
index 4f241b6..b344fcd 100644
--- a/modules/by-name/co/constants/module.nix
+++ b/modules/by-name/co/constants/module.nix
@@ -36,6 +36,7 @@
       rspamd = 225;
       opendkim = 221;
       virtualMail = 5000;
+      etebase-server = 998;
 
       # As per the NixOS file, the uids should not be greater or equal to 400;
     };
@@ -57,6 +58,7 @@
       rspamd = 225;
       opendkim = 221;
       virtualMail = 5000;
+      etebase-server = 998;
 
       # The gid should match the uid. Thus should not be >= 400;
     };