diff --git a/nixos/modules/services/networking/btsync.nix b/nixos/modules/services/networking/btsync.nix
index 0bb22ebe4b9..34bddf90873 100644
--- a/nixos/modules/services/networking/btsync.nix
+++ b/nixos/modules/services/networking/btsync.nix
@@ -88,7 +88,7 @@ in
use systemctl start btsync@user to start
the daemon only for user user, using the
configuration file located at
- $HOME/.config/btsync.conf
+ $HOME/.config/btsync.conf.
'';
};
@@ -223,6 +223,21 @@ in
--generate-secret. Note that this secret will be
put inside the Nix store, so it is realistically not very
secret.
+
+ 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 btsync group.
+
+ Directories in this list should be in the
+ btsync 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 btsync group. Also,
+ setfacl -d -m group:btsync:rwx and
+ setfacl -m group:btsync:rwx should also
+ be applied so that the sub directories are writable by
+ the group.
'';
};
};