summary refs log tree commit diff
path: root/nixos/modules/services/network-filesystems
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com>2015-09-14 02:51:39 +0200
committerTobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com>2015-09-14 02:51:39 +0200
commitb6c24c12b419a6cddef2d475375e6359d0ab3616 (patch)
treee86b5cb82b1ea701d4b34214489fe12454d89160 /nixos/modules/services/network-filesystems
parente968dd9be58262e2b6f57d2c7f4ed9a8b442233a (diff)
downloadnixlib-b6c24c12b419a6cddef2d475375e6359d0ab3616.tar
nixlib-b6c24c12b419a6cddef2d475375e6359d0ab3616.tar.gz
nixlib-b6c24c12b419a6cddef2d475375e6359d0ab3616.tar.bz2
nixlib-b6c24c12b419a6cddef2d475375e6359d0ab3616.tar.lz
nixlib-b6c24c12b419a6cddef2d475375e6359d0ab3616.tar.xz
nixlib-b6c24c12b419a6cddef2d475375e6359d0ab3616.tar.zst
nixlib-b6c24c12b419a6cddef2d475375e6359d0ab3616.zip
nixos: samba module: fix typo & clarify
Diffstat (limited to 'nixos/modules/services/network-filesystems')
-rw-r--r--nixos/modules/services/network-filesystems/samba.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/modules/services/network-filesystems/samba.nix b/nixos/modules/services/network-filesystems/samba.nix
index bbf21634c368..72e9b6144d4b 100644
--- a/nixos/modules/services/network-filesystems/samba.nix
+++ b/nixos/modules/services/network-filesystems/samba.nix
@@ -97,8 +97,8 @@ in
         description = ''
           Enabling this will add a line directly after pam_unix.so.
           Whenever a password is changed the samba password will be updated as well.
-          However you still yave to add the samba password once using smbpasswd -a user
-          If you don't want to maintain an extra pwd database you still can send plain text
+          However, you still have to add the samba password once, using smbpasswd -a user.
+          If you don't want to maintain an extra password database, you still can send plain text
           passwords which is not secure.
         '';
       };