summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hosts/shinji/default.nix1
-rw-r--r--options.nix5
2 files changed, 0 insertions, 6 deletions
diff --git a/hosts/shinji/default.nix b/hosts/shinji/default.nix
index 405e0c9..6c1ff38 100644
--- a/hosts/shinji/default.nix
+++ b/hosts/shinji/default.nix
@@ -7,7 +7,6 @@
# options
hostName = "shinji";
- cores = 16;
monitors = [
{
port = "eDP-1";
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