nix-conf/system/modules/security.nix
2024-03-26 23:45:56 +04:00

7 lines
146 B
Nix

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