diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-03-11 21:06:44 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-03-12 00:52:18 +0900 |
| commit | 04e6bc3c5c99d6a99f17cfa5f69f34fe8941aee2 (patch) | |
| tree | 2ad64307c13e2f967fdf17c5f02e7682189b22e1 /test/interactive | |
| parent | 5c540f90aa5ac069a370cbef0ddd81fa268b43c5 (diff) | |
hst: expose scheduling policy
This is primarily useful for poorly written music players for now.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'test/interactive')
| -rw-r--r-- | test/interactive/configuration.nix | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test/interactive/configuration.nix b/test/interactive/configuration.nix index 49c90343..9d1bddd8 100644 --- a/test/interactive/configuration.nix +++ b/test/interactive/configuration.nix @@ -23,6 +23,14 @@ security = { sudo.wheelNeedsPassword = false; rtkit.enable = true; + pam.loginLimits = [ + { + domain = "@users"; + item = "rtprio"; + type = "-"; + value = 1; + } + ]; }; services = { |
