From 78e5c76c39ae2feedf252778bfcd61bcd0082450 Mon Sep 17 00:00:00 2001 From: Annika Merris Date: Tue, 21 May 2024 11:44:21 -0400 Subject: [PATCH] kim Doesn't Need The Bootloader Path --- hosts/kim/hardware-configuration.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/hosts/kim/hardware-configuration.nix b/hosts/kim/hardware-configuration.nix index e82cc5d..1db27c0 100644 --- a/hosts/kim/hardware-configuration.nix +++ b/hosts/kim/hardware-configuration.nix @@ -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";