10
modules/nixos/desktop/common/pam-rtprio.nix
Normal file
10
modules/nixos/desktop/common/pam-rtprio.nix
Normal file
@ -0,0 +1,10 @@
|
||||
{
|
||||
security.pam.loginLimits = [
|
||||
{
|
||||
domain = "@users";
|
||||
item = "rtprio";
|
||||
type = "-";
|
||||
value = -1;
|
||||
}
|
||||
];
|
||||
}
|
Reference in New Issue
Block a user