diff options
Diffstat (limited to '')
-rw-r--r-- | system/boot/boot.nix (renamed from hosts/IDOHVE/hardware/boot.nix) | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/hosts/IDOHVE/hardware/boot.nix b/system/boot/boot.nix index 4cd94191..629e63ae 100644 --- a/hosts/IDOHVE/hardware/boot.nix +++ b/system/boot/boot.nix @@ -7,12 +7,8 @@ initrd = { compressor = "lz4"; compressorArgs = ["-9"]; - - # TODO check this: - availableKernelModules = ["xhci_pci" "nvme" "rtsx_pci_sdmmc"]; }; - kernelModules = ["kvm-amd"]; kernelPackages = pkgs.linuxPackages_latest; loader = { grub = { |