From fd13ca9f84f4b22e60af6c19ff018f956443e779 Mon Sep 17 00:00:00 2001 From: Timmy Xiao Date: Tue, 12 May 2020 15:51:07 -0400 Subject: [PATCH] pam: fix spelling mistake in configuration --- nixos/modules/security/pam.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/security/pam.nix b/nixos/modules/security/pam.nix index b99316803f3..e1a94b0121a 100644 --- a/nixos/modules/security/pam.nix +++ b/nixos/modules/security/pam.nix @@ -54,7 +54,7 @@ let description = '' If set, users listed in ~/.yubico/authorized_yubikeys - are able to log in with the asociated Yubikey tokens. + are able to log in with the associated Yubikey tokens. ''; };