add coretemp to configuration for CPU temperature tracking
This commit is contained in:
parent
6cef5f1c77
commit
4123f8547c
1 changed files with 2 additions and 0 deletions
|
|
@ -21,6 +21,8 @@
|
|||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
# Enable deep sleep mode
|
||||
boot.kernelParams = [ "mem_sleep_default=deep" ];
|
||||
# Be able to track CPU temperature.
|
||||
boot.kernelModules = [ "coretemp" ];
|
||||
|
||||
hardware.bluetooth.enable = true;
|
||||
networking.hostName = "framework"; # Define your hostname.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue