Add rtprio, change the waybar and simplify apps
This commit is contained in:
parent
a589e07a6c
commit
590430f296
11 changed files with 46 additions and 19 deletions
|
@ -4,5 +4,6 @@
|
|||
./apparmor
|
||||
./doas
|
||||
./polkit
|
||||
./rtprio
|
||||
];
|
||||
}
|
||||
|
|
11
modules/system/programs/security/rtprio/default.nix
Normal file
11
modules/system/programs/security/rtprio/default.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{ ... }:
|
||||
{
|
||||
security.pam.loginLimits = [
|
||||
{
|
||||
domain = "@users";
|
||||
item = "rtprio";
|
||||
type = "-";
|
||||
value = 1;
|
||||
}
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue