Remove amdgpu for squirrelflight - already provided in nixos-hardware

This commit is contained in:
asonix 2024-05-04 10:11:25 -05:00
parent bd4619e248
commit 1cc2830dc3

View file

@ -18,7 +18,6 @@
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";