Files
nixos/security.nix
Matthew Stobbs cb6078e470 initial commit
Just base laptop system on demilich
2026-08-13 15:45:15 -05:00

9 lines
92 B
Nix

{ ... }:
{
security = {
polkit.enable = true;
pam.services.swaylock = {};
};
}