about summary refs log tree commit diff
path: root/nixos/modules
diff options
context:
space:
mode:
authormib <mib@mib.dev>2023-09-11 12:06:39 +0200
committermib <mib@mib.dev>2023-09-11 12:06:39 +0200
commit2e66f109edbe8bc2d9242abe8bf91023a5c69e15 (patch)
tree03eab8adaa8b2690a3ff1ff879c32d9f72253dca /nixos/modules
parent3a2786eea085f040a66ecde1bc3ddc7099f6dbeb (diff)
nixos/pam: fix typo in fscrypt enable option
mkEnableOption prepends "Whether to enable" to text, so this became
"Whether to enable Enables fscrypt ..."
Diffstat (limited to 'nixos/modules')
-rw-r--r--nixos/modules/security/pam.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/security/pam.nix b/nixos/modules/security/pam.nix
index a431817fe1bb3..d83259ccbebc1 100644
--- a/nixos/modules/security/pam.nix
+++ b/nixos/modules/security/pam.nix
@@ -1303,7 +1303,7 @@ in
 
     security.pam.enableEcryptfs = mkEnableOption (lib.mdDoc "eCryptfs PAM module (mounting ecryptfs home directory on login)");
     security.pam.enableFscrypt = mkEnableOption (lib.mdDoc ''
-      Enables fscrypt to automatically unlock directories with the user's login password.
+      fscrypt to automatically unlock directories with the user's login password.
 
       This also enables a service at security.pam.services.fscrypt which is used by
       fscrypt to verify the user's password when setting up a new protector. If you