modules/security/pam.nix: add xscreensaver to the list of services
This commit is contained in:
parent
1d57489427
commit
4553a27a92
|
@ -238,6 +238,7 @@ in
|
|||
{ name = "sshd"; }
|
||||
{ name = "vlock"; }
|
||||
{ name = "xlock"; }
|
||||
{ name = "xscreensaver"; }
|
||||
];
|
||||
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue