diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-03-12 01:20:08 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-03-12 02:15:14 +0900 |
| commit | 620062cca92b6241c15f96f86a9c6f0f7882ecca (patch) | |
| tree | 400b5e46d0166d954373483fd948055d6f807cac /nixos.nix | |
| parent | 196b200d0f19c41730db439c62db9b39e424f21f (diff) | |
hst: expose scheduling priority
This is useful when limits are configured to allow it.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'nixos.nix')
| -rw-r--r-- | nixos.nix | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -140,6 +140,7 @@ in inherit (dbusConfig) session_bus system_bus; direct_wayland = app.insecureWayland; sched_policy = app.schedPolicy; + sched_priority = app.schedPriority; container = { inherit (app) |
