mirror of
https://forgejo.merr.is/annika/nixos.git
synced 2026-02-04 15:46:43 -05:00
I Don't Think My Desktop Needs Grub?
This commit is contained in:
parent
6442cfb0c6
commit
139fd6ab81
1 changed files with 1 additions and 1 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue