diff --git a/hosts/luna/os/boot.nix b/hosts/luna/os/boot.nix index bce6634..aea633e 100644 --- a/hosts/luna/os/boot.nix +++ b/hosts/luna/os/boot.nix @@ -6,7 +6,6 @@ (modulesPath + "/installer/scan/not-detected.nix") ]; - boot.extraModulePackages = [ ]; boot = { initrd = { availableKernelModules = [ "xhci_pci" "ahci" "nvme" "uas" "sd_mod" ];