Update configuration.nix

This commit is contained in:
Aaron Honeycutt 2023-04-03 22:21:20 +00:00
parent 5ed6254501
commit d305cd5fc3

View file

@ -12,7 +12,6 @@
# Latest kernel # Latest kernel
boot.kernelPackages = pkgs.linuxPackages_latest; boot.kernelPackages = pkgs.linuxPackages_latest;
boot.kernelParams = [ "vfio-pci.ids=8086:9b41" "qxl" "bochs_drm"];
boot.loader = { boot.loader = {
systemd-boot.enable = true; systemd-boot.enable = true;