diff --git a/machines/mayushii/hardware-configuration.nix b/machines/mayushii/hardware-configuration.nix index d6a74ec..54f7f75 100644 --- a/machines/mayushii/hardware-configuration.nix +++ b/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;