nix-conf/system/modules/security.nix
2024-12-14 16:55:50 +08:00

8 lines
202 B
Nix

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