Files
nixos-blueprint/modules/nixos/desktop/common/pam-rtprio.nix
2025-05-24 13:01:05 +03:00

11 lines
136 B
Nix

{
security.pam.loginLimits = [
{
domain = "@users";
item = "rtprio";
type = "-";
value = -1;
}
];
}