aboutsummaryrefslogtreecommitdiffhomepage
path: root/options.nix
diff options
context:
space:
mode:
Diffstat (limited to 'options.nix')
-rw-r--r--options.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/options.nix b/options.nix
index ffce4dd0..f624b6f5 100644
--- a/options.nix
+++ b/options.nix
@@ -253,6 +253,13 @@ in
The zero value retains the current scheduling policy.
'';
};
+ schedPriority = mkOption {
+ type = nullOr (ints.between 1 99);
+ default = null;
+ description = ''
+ Scheduling priority to set for the container.
+ '';
+ };
nix = mkEnableOption "nix daemon access";
mapRealUid = mkEnableOption "mapping to priv-user uid";