hikari3: Fix none working shutdown and reboot

Thanks to https://0xda.de/blog/2024/06/framework-and-nixos-day-two/
This commit is contained in:
Daniel Siepmann 2024-06-12 17:00:33 +02:00
parent 40eafcf6ac
commit 6a39223ba3
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4

View file

@ -15,6 +15,7 @@
kernelModules = [ ];
};
kernelModules = [ "kvm-amd" ];
kernelPackages = pkgs.linuxPackages_latest;
extraModulePackages = [ ];
};