kim Doesn't Need The Bootloader Path

This commit is contained in:
Annika Merris 2024-05-21 11:44:21 -04:00
parent 701e1c725b
commit 78e5c76c39

View file

@ -6,7 +6,6 @@
boot.initrd.kernelModules = [ "amdgpu" ];
boot.kernelModules = [ "kvm-amd" ];
boot.extraModulePackages = [ ];
boot.loader.grub.device = "/dev/vda";
services.xserver.videoDrivers = [ "amdgpu" ]; # TODO: I use wayland, do I need this?
hardware.enableRedistributableFirmware = true;
powerManagement.cpuFreqGovernor = "performance";