2024-12-12 06:37:05 -05:00
|
|
|
{ lib, config, ... }:
|
2024-12-06 17:49:20 -05:00
|
|
|
{
|
2024-12-12 06:37:05 -05:00
|
|
|
security.pam.loginLimits = lib.mkIf config.system.desktop.enable [
|
2024-12-06 17:49:20 -05:00
|
|
|
{
|
|
|
|
domain = "@users";
|
|
|
|
item = "rtprio";
|
|
|
|
type = "-";
|
|
|
|
value = 1;
|
|
|
|
}
|
|
|
|
];
|
|
|
|
}
|