From 061614bcc3369b1e6fa3a07246348fdb6786c37f Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Tue, 26 May 2026 13:02:17 -0400 Subject: 'cores' option is defunct --- hosts/shinji/default.nix | 1 - options.nix | 5 ----- 2 files changed, 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 -- cgit v1.3.1-freya