mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-05-18 00:35:11 +02:00
hostconfig/gandalf: Use latest kernel for hibernation
This commit is contained in:
parent
20a9829be6
commit
1b5ff9f6f6
1 changed files with 2 additions and 1 deletions
|
|
@ -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";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue