hopefully set by disko

This commit is contained in:
Mira Chacku Purakal 2025-01-08 18:57:16 +01:00 committed by GitHub
parent b65758792e
commit 9b50c12736
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -14,7 +14,6 @@ in {
boot = { boot = {
initrd = { initrd = {
availableKernelModules = [ "nvme" "xhci_pci" "thunderbolt" "usb_storage" "sd_mod" ]; availableKernelModules = [ "nvme" "xhci_pci" "thunderbolt" "usb_storage" "sd_mod" ];
luks.devices.root.device = "/dev/disk/by-uuid/${disks.crypt}";
kernelModules = [ "amdgpu" ]; kernelModules = [ "amdgpu" ];
}; };
kernelPackages = pkgs.linuxPackages_zen; kernelPackages = pkgs.linuxPackages_zen;