I Don't Think My Desktop Needs Grub?

This commit is contained in:
Annika Merris 2024-05-19 10:26:23 -04:00
parent 6442cfb0c6
commit 139fd6ab81

View file

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