summaryrefslogtreecommitdiff
path: root/options.nix
diff options
context:
space:
mode:
Diffstat (limited to 'options.nix')
-rw-r--r--options.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/options.nix b/options.nix
index 3eb8b80..61dbc09 100644
--- a/options.nix
+++ b/options.nix
@@ -269,6 +269,11 @@ in {
description = "NixOS State Version";
default = "26.05";
};
+ cores = mkOption {
+ type = types.int;
+ description = "Number of logical cores on the system";
+ default = 8;
+ };
#
# Packages