diff --git a/SwarselSystems.org b/SwarselSystems.org index c932682..dd68142 100644 --- a/SwarselSystems.org +++ b/SwarselSystems.org @@ -1287,6 +1287,7 @@ My work machine. Built for more security, this is the gold standard of my config isNixos = true; isBtrfs = true; flakePath = "/home/swarsel/.dotfiles"; + cpuCount = 16; # temperatureHwmon = { # isAbsolutePath = true; # path = "/sys/devices/platform/thinkpad_hwmon/hwmon/"; diff --git a/hosts/nixos/nbl-imba-2/default.nix b/hosts/nixos/nbl-imba-2/default.nix index dede7ab..4c83811 100644 --- a/hosts/nixos/nbl-imba-2/default.nix +++ b/hosts/nixos/nbl-imba-2/default.nix @@ -91,6 +91,7 @@ in isNixos = true; isBtrfs = true; flakePath = "/home/swarsel/.dotfiles"; + cpuCount = 16; # temperatureHwmon = { # isAbsolutePath = true; # path = "/sys/devices/platform/thinkpad_hwmon/hwmon/";