diff --git a/nixos/modules/services/networking/resilio.nix b/nixos/modules/services/networking/resilio.nix
index e74e03fc0b0..004abc48219 100644
--- a/nixos/modules/services/networking/resilio.nix
+++ b/nixos/modules/services/networking/resilio.nix
@@ -206,16 +206,16 @@ in
If you would like to be able to modify the contents of this
directories, it is recommended that you make your user a
- member of the resilio group.
+ member of the rslsync group.
Directories in this list should be in the
- resilio group, and that group must have
+ rslsync group, and that group must have
write access to the directory. It is also recommended that
chmod g+s is applied to the directory
so that any sub directories created will also belong to
- the resilio group. Also,
- setfacl -d -m group:resilio:rwx and
- setfacl -m group:resilio:rwx should also
+ the rslsync group. Also,
+ setfacl -d -m group:rslsync:rwx and
+ setfacl -m group:rslsync:rwx should also
be applied so that the sub directories are writable by
the group.
'';