mayushii: Work around broken DP Alt Mode hotplug

This only downgrades the kernel, so that is not a long term option, but
at least makes it possible to not reboot twice a day or so.
master
Simon Bruder 2 months ago
parent c2c8e70f1e
commit 58ab5ad884
Signed by: simon
GPG Key ID: 8D3C82F9F309F8EC
  1. 3
      machines/mayushii/hardware-configuration.nix

@ -7,6 +7,9 @@
boot = {
kernelModules = [ "kvm-amd" ];
# Workaround for DP Alt Mode hotplug not working in kernel (https://git.sbruder.de/simon/nixos-config/issues/69).
# requires mkForce because of nixos-hardware setting it to linuxPackages_latst
kernelPackages = lib.mkForce pkgs.linuxPackages_6_0;
loader = {
grub.enable = false;
systemd-boot.enable = true;

Loading…
Cancel
Save