From 1c28b8674935e173c8179316f131d11948b70227 Mon Sep 17 00:00:00 2001 From: aszlig Date: Mon, 5 Nov 2012 09:41:24 +0100 Subject: [PATCH] pam: Douchebag commit, fix alphabetical order. Yes, I'm going to get back to school and learn the alphabet. I promise! Signed-off-by: aszlig --- modules/security/pam.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/security/pam.nix b/modules/security/pam.nix index 4aab32e1dec..a77b7697379 100644 --- a/modules/security/pam.nix +++ b/modules/security/pam.nix @@ -235,11 +235,11 @@ in { name = "i3lock"; } { name = "lshd"; } { name = "samba"; } + { name = "screen"; } { name = "sshd"; } { name = "vlock"; } { name = "xlock"; } { name = "xscreensaver"; } - { name = "screen"; } ]; };