hostconfig/gandalf: Use latest kernel for hibernation

This commit is contained in:
Quentin Boyer 2024-07-24 21:14:33 +02:00
parent 20a9829be6
commit 1b5ff9f6f6

View file

@ -1,7 +1,8 @@
{
{pkgs, ...}: {
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
boot.kernelParams = [ "amd_pstate=active" ];
boot.kernelPackages = pkgs.linuxPackages_latest;
boot.resumeDevice = "/dev/disk/by-uuid/6993932f-5b29-4207-915a-2f185ec9f485";