mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 17:17:22 +01:00
chore: reflect correct cpu count on nbl-imba-2
This commit is contained in:
parent
d33e6eb1f3
commit
7b0d2ee700
2 changed files with 2 additions and 0 deletions
|
|
@ -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/";
|
||||||
|
|
|
||||||
|
|
@ -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/";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue