From 7b0d2ee70052d1e4d73235fdc52a66faf6c2d932 Mon Sep 17 00:00:00 2001 From: Swarsel Date: Thu, 19 Dec 2024 10:40:26 +0100 Subject: [PATCH] chore: reflect correct cpu count on nbl-imba-2 --- SwarselSystems.org | 1 + hosts/nixos/nbl-imba-2/default.nix | 1 + 2 files changed, 2 insertions(+) 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/";