diff --git a/system/starlight/boot-config.nix b/system/starlight/boot-config.nix index 00b0766..faec881 100644 --- a/system/starlight/boot-config.nix +++ b/system/starlight/boot-config.nix @@ -16,7 +16,7 @@ in tmp.cleanOnBoot = true; # Buggy firmware reports absurd values after resume, just disable shutdown - kernelParams = [ "thermal.nocrt=1" ]; + kernelParams = [ "thermal.off=1" ]; # Encrypted drives initrd.luks = {