Skip to content

Commit

Permalink
hosts (pulse-14): Use latest Kernel
Browse files Browse the repository at this point in the history
Looks like a bug was introduced in Kernel 6.1.91 that isn't fixed on
6.6.32 which ships with NixOS 24.05 by default. The result of the bug
is that pulse-14 won't power off completely. Instead it will hang
indefinetely with the keyboard backlight and fans still being on.
This happens no matter if it is restarted, shutdown or send to
hibernate.
  • Loading branch information
britter committed Jun 8, 2024
1 parent ba73537 commit 763c7c1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions hosts/pulse-14/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@
};
};

# Use latest Kernel to work around a problem with the device not
# powering off since Kernel v6.1.91
boot.kernelPackages = pkgs.linuxPackages_latest;

services.printing.enable = true;

services.xserver.videoDrivers = ["amdgpu"];
Expand Down

0 comments on commit 763c7c1

Please sign in to comment.