From ae87a30a8343053f3e4b5217dab222f2a1e4a0b9 Mon Sep 17 00:00:00 2001 From: timor Date: Thu, 7 Sep 2017 18:47:37 +0200 Subject: 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. --- nixos/modules/services/security/physlock.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'nixos') diff --git a/nixos/modules/services/security/physlock.nix b/nixos/modules/services/security/physlock.nix index 0881483967c6..30224d7fc6ba 100644 --- a/nixos/modules/services/security/physlock.nix +++ b/nixos/modules/services/security/physlock.nix @@ -99,6 +99,8 @@ in ''; }; + security.pam.services.physlock = {}; + }; } -- cgit 1.4.1