From 6e6ee3278c132818ce85963a68ec43069af488d1 Mon Sep 17 00:00:00 2001 From: aszlig Date: Mon, 5 Nov 2012 09:35:01 +0100 Subject: [PATCH] pam: Add default configuration for GNU screen. This is needed in order to properly lock your screen using the C-a C-x (lockscreen) command _and_ being back to re-login, because the "other" PAM service/fallback is to deny authentication. Signed-off-by: aszlig --- modules/security/pam.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/security/pam.nix b/modules/security/pam.nix index dc18ffd7d02..4aab32e1dec 100644 --- a/modules/security/pam.nix +++ b/modules/security/pam.nix @@ -239,6 +239,7 @@ in { name = "vlock"; } { name = "xlock"; } { name = "xscreensaver"; } + { name = "screen"; } ]; };