From 5c3593be46618127403d0c6af0a8969f268cd381 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Mon, 11 Jun 2012 07:12:39 +0000 Subject: [PATCH] Add PAM configuration for vlock. svn path=/nixos/trunk/; revision=34436 --- modules/security/pam.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/security/pam.nix b/modules/security/pam.nix index edc1c7daac2..e59d132e0bc 100644 --- a/modules/security/pam.nix +++ b/modules/security/pam.nix @@ -220,6 +220,7 @@ in { name = "samba"; } { name = "sshd"; } { name = "xlock"; } + { name = "vlock"; } { name = "i3lock"; } ];