Add amdgpu to stage1

This commit is contained in:
asonix 2024-03-01 11:43:45 -06:00
parent ffc723d32f
commit dd59246480

View file

@ -15,6 +15,7 @@
boot.loader.efi.canTouchEfiVariables = true;
boot.kernelPackages = pkgs.linuxPackages_latest;
boot.initrd.kernelModules = ["amdgpu"];
boot.initrd.luks.devices."luks-f2fdbf84-2c4b-47d5-b663-dec3abb173c9".device = "/dev/disk/by-uuid/f2fdbf84-2c4b-47d5-b663-dec3abb173c9";
@ -34,6 +35,8 @@
HandleSuspendKey=suspend-then-hibernate
'';
services.xserver.videoDrivers = ["amdgpu"];
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
networking.hostName = "squirrelflight"; # Define your hostname.