summary refs log tree commit diff
path: root/nixos/modules/security
diff options
context:
space:
mode:
authorNicola Squartini <tensor5@gmail.com>2023-04-30 11:32:16 +0200
committerNicola Squartini <tensor5@gmail.com>2023-05-15 09:22:39 +0200
commit5466f767556b12a6db4bcaa6e9ab9970d28b0d29 (patch)
treebc834ec386f851a1503fb9169d77203070b85b9a /nixos/modules/security
parent09f4bf7f166d4bf2e09b1923ae5744e6193caf44 (diff)
nixos/pam: improve documentation of ZFS module
Diffstat (limited to 'nixos/modules/security')
-rw-r--r--nixos/modules/security/pam.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/nixos/modules/security/pam.nix b/nixos/modules/security/pam.nix
index 75f8c174940c2..55137df7afe4d 100644
--- a/nixos/modules/security/pam.nix
+++ b/nixos/modules/security/pam.nix
@@ -451,7 +451,7 @@ let
         defaultText = literalExpression "config.security.pam.zfs.enable";
         type = types.bool;
         description = lib.mdDoc ''
-          Enable unlocking and mounting of ZFS home dataset at login.
+          Enable unlocking and mounting of encrypted ZFS home dataset at login.
         '';
       };
 
@@ -1227,7 +1227,7 @@ in
         default = false;
         type = types.bool;
         description = lib.mdDoc ''
-          Enable unlocking and mounting of ZFS home dataset at login.
+          Enable unlocking and mounting of encrypted ZFS home dataset at login.
         '';
       };
 
@@ -1236,7 +1236,7 @@ in
         default = "rpool/home";
         type = types.str;
         description = lib.mdDoc ''
-          Prefix of home datasets. This value will be contacenated with
+          Prefix of home datasets. This value will be concatenated with
           `"/" + <username>` in order to determine the home dataset to unlock.
         '';
       };