From 51b5da4023cbb5978933ae6024d416c9735010dd Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Mon, 11 Jun 2012 07:12:41 +0000 Subject: [PATCH] modules/security/pam.nix: sort security.pam.services alphabetically svn path=/nixos/trunk/; revision=34437 --- modules/security/pam.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/security/pam.nix b/modules/security/pam.nix index e59d132e0bc..f5cb453ef08 100644 --- a/modules/security/pam.nix +++ b/modules/security/pam.nix @@ -216,12 +216,12 @@ in [ { name = "cups"; } { name = "ejabberd"; } { name = "ftp"; } + { name = "i3lock"; } { name = "lshd"; } { name = "samba"; } { name = "sshd"; } - { name = "xlock"; } { name = "vlock"; } - { name = "i3lock"; } + { name = "xlock"; } ]; };