0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 06:00:33 +03:00

physlock: 0.5 -> 11-dev

Update physlock to a more current version which supports PAM and
systemd-logind.  Amongst others, this should work now with the slim
login manager without any additional configuration, because it does
not rely on the utmp mechanism anymore.
This commit is contained in:
timor 2017-09-07 18:47:37 +02:00
parent e960eb0bf5
commit ae87a30a83
2 changed files with 11 additions and 5 deletions

View file

@ -99,6 +99,8 @@ in
'';
};
security.pam.services.physlock = {};
};
}