about summary refs log tree commit diff
path: root/nixos/modules/services/security/physlock.nix
diff options
context:
space:
mode:
authortimor <timor.dd@googlemail.com>2017-09-07 18:47:37 +0200
committertimor <timor.dd@googlemail.com>2017-09-10 22:43:05 +0200
commitae87a30a8343053f3e4b5217dab222f2a1e4a0b9 (patch)
tree844102a8e2e4f9519c17583ab9bab9cea4887702 /nixos/modules/services/security/physlock.nix
parente960eb0bf579b1e5afc58a207539d46bf21b7416 (diff)
downloadnixlib-ae87a30a8343053f3e4b5217dab222f2a1e4a0b9.tar
nixlib-ae87a30a8343053f3e4b5217dab222f2a1e4a0b9.tar.gz
nixlib-ae87a30a8343053f3e4b5217dab222f2a1e4a0b9.tar.bz2
nixlib-ae87a30a8343053f3e4b5217dab222f2a1e4a0b9.tar.lz
nixlib-ae87a30a8343053f3e4b5217dab222f2a1e4a0b9.tar.xz
nixlib-ae87a30a8343053f3e4b5217dab222f2a1e4a0b9.tar.zst
nixlib-ae87a30a8343053f3e4b5217dab222f2a1e4a0b9.zip
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.
Diffstat (limited to 'nixos/modules/services/security/physlock.nix')
-rw-r--r--nixos/modules/services/security/physlock.nix2
1 files changed, 2 insertions, 0 deletions
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 = {};
+
   };
 
 }