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.
This commit is contained in:
parent
c2c8e70f1e
commit
58ab5ad884
|
@ -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…
Reference in a new issue