From 0c477eb38fe0736a6853a2e8148b1e94c163cd97 Mon Sep 17 00:00:00 2001 From: Luke Clifton Date: Sun, 28 Dec 2014 17:26:59 +0800 Subject: Documentation update --- nixos/modules/services/networking/btsync.nix | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) (limited to 'nixos') diff --git a/nixos/modules/services/networking/btsync.nix b/nixos/modules/services/networking/btsync.nix index 0bb22ebe4b96..34bddf908731 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. ''; }; }; -- cgit 1.4.1