diff options
author | Silas Schöffel <sils@sils.li> | 2025-01-25 21:33:05 +0100 |
---|---|---|
committer | Silas Schöffel <sils@sils.li> | 2025-01-25 21:33:05 +0100 |
commit | 1a8fc8ea89d371f4c8b0f4ba505a23b722778f3f (patch) | |
tree | d9808d321c6850e28391becb30727c262914576b /modules/by-name/co/constants/module.nix | |
parent | fix(modules/etebase): migrate to new vhack.persist option (diff) | |
download | nixos-server-1a8fc8ea89d371f4c8b0f4ba505a23b722778f3f.zip |
feat(etesync): migrate to server2
Diffstat (limited to '')
-rw-r--r-- | modules/by-name/co/constants/module.nix | 2 |
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; }; |