Commit 2fc4fb1

HPCesia <me@hpcesia.com>
2025-12-05 16:40:58
feat: update kevin's hardware config
1 parent ff6f47e
Changed files (2)
modules
hosts
kevin
modules/hosts/kevin/hardware/misc.nix
@@ -39,7 +39,7 @@
       HandleLidSwitchDocked = "ignore";
     };
 
-    # Cooling management
+    # Cooling management for Intel CPU
     services.thermald.enable = true;
   };
 }
modules/hosts/kevin/boot.nix
@@ -29,5 +29,7 @@
 
     boot.kernelPackages = pkgs.linuxPackages_xanmod_stable;
     boot.kernelParams = ["mem_sleep_default=deep"];
+
+    boot.resumeDevice = "/dev/nvme0n1p2";
   };
 }