nix-conf/system/security.nix
2024-03-24 23:16:17 +04:00

7 lines
146 B
Nix

{ pkgs, ... }:
{
security.polkit.enable = true;
security.pam.services.swaylock = {};
security.pam.services.swaylock.fprintAuth = false;
}