summary refs log tree commit diff
path: root/nixos/modules/services/networking/resilio.nix
diff options
context:
space:
mode:
authorBruno Bigras <bigras.bruno@gmail.com>2020-06-19 15:15:33 -0400
committerBruno Bigras <bigras.bruno@gmail.com>2020-06-19 15:15:33 -0400
commitad13beeebc09d7e9987e5a6b7c7d4619170a9f75 (patch)
treef9fda8b8ab727fa012525bd59d529bea92e302e5 /nixos/modules/services/networking/resilio.nix
parent96c4c0cc35109999360b9150d9f05d0332222857 (diff)
downloadnixpkgs-ad13beeebc09d7e9987e5a6b7c7d4619170a9f75.tar
nixpkgs-ad13beeebc09d7e9987e5a6b7c7d4619170a9f75.tar.gz
nixpkgs-ad13beeebc09d7e9987e5a6b7c7d4619170a9f75.tar.bz2
nixpkgs-ad13beeebc09d7e9987e5a6b7c7d4619170a9f75.tar.lz
nixpkgs-ad13beeebc09d7e9987e5a6b7c7d4619170a9f75.tar.xz
nixpkgs-ad13beeebc09d7e9987e5a6b7c7d4619170a9f75.tar.zst
nixpkgs-ad13beeebc09d7e9987e5a6b7c7d4619170a9f75.zip
nixos/resilio: fix group name in documentation
Diffstat (limited to 'nixos/modules/services/networking/resilio.nix')
-rw-r--r--nixos/modules/services/networking/resilio.nix10
1 files changed, 5 insertions, 5 deletions
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 <literal>resilio</literal> group.
+          member of the <literal>rslsync</literal> group.
 
           Directories in this list should be in the
-          <literal>resilio</literal> group, and that group must have
+          <literal>rslsync</literal> group, and that group must have
           write access to the directory. It is also recommended that
           <literal>chmod g+s</literal> is applied to the directory
           so that any sub directories created will also belong to
-          the <literal>resilio</literal> group. Also,
-          <literal>setfacl -d -m group:resilio:rwx</literal> and
-          <literal>setfacl -m group:resilio:rwx</literal> should also
+          the <literal>rslsync</literal> group. Also,
+          <literal>setfacl -d -m group:rslsync:rwx</literal> and
+          <literal>setfacl -m group:rslsync:rwx</literal> should also
           be applied so that the sub directories are writable by
           the group.
         '';