diff options
Diffstat (limited to 'options.nix')
| -rw-r--r-- | options.nix | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/options.nix b/options.nix index 9acd7e2..6e146e7 100644 --- a/options.nix +++ b/options.nix @@ -252,11 +252,6 @@ in { description = "NixOS State Version"; default = "26.05"; }; - cores = mkOption { - type = types.int; - description = "Number of logical cores on the system"; - default = 8; - }; # # Packages |