chore: reflect correct cpu count on nbl-imba-2

This commit is contained in:
Swarsel 2024-12-19 10:40:26 +01:00
parent d33e6eb1f3
commit 7b0d2ee700
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
2 changed files with 2 additions and 0 deletions

View file

@ -1287,6 +1287,7 @@ My work machine. Built for more security, this is the gold standard of my config
isNixos = true; isNixos = true;
isBtrfs = true; isBtrfs = true;
flakePath = "/home/swarsel/.dotfiles"; flakePath = "/home/swarsel/.dotfiles";
cpuCount = 16;
# temperatureHwmon = { # temperatureHwmon = {
# isAbsolutePath = true; # isAbsolutePath = true;
# path = "/sys/devices/platform/thinkpad_hwmon/hwmon/"; # path = "/sys/devices/platform/thinkpad_hwmon/hwmon/";

View file

@ -91,6 +91,7 @@ in
isNixos = true; isNixos = true;
isBtrfs = true; isBtrfs = true;
flakePath = "/home/swarsel/.dotfiles"; flakePath = "/home/swarsel/.dotfiles";
cpuCount = 16;
# temperatureHwmon = { # temperatureHwmon = {
# isAbsolutePath = true; # isAbsolutePath = true;
# path = "/sys/devices/platform/thinkpad_hwmon/hwmon/"; # path = "/sys/devices/platform/thinkpad_hwmon/hwmon/";