255232d381
Signed-off-by: unexplrd <unexplrd@linerds.us>
11 lines
135 B
Nix
11 lines
135 B
Nix
{
|
|
security.pam.loginLimits = [
|
|
{
|
|
domain = "@users";
|
|
item = "rtprio";
|
|
type = "-";
|
|
value = 1;
|
|
}
|
|
];
|
|
}
|