modules/security/pam.nix: add xscreensaver to the list of services

This commit is contained in:
Peter Simons
2012-07-17 13:01:09 +02:00
parent 1d57489427
commit 4553a27a92
+1
View File
@@ -238,6 +238,7 @@ in
{ name = "sshd"; }
{ name = "vlock"; }
{ name = "xlock"; }
{ name = "xscreensaver"; }
];
};