diff options
Diffstat (limited to '')
| -rw-r--r-- | options.nix | 5 |
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 |