From 1d500bac80a45320fb78d8823f403932d062f958 Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Fri, 27 Oct 2023 23:19:10 -0500 Subject: [PATCH] fix(luna): remove duplicate setting --- hosts/luna/os/boot.nix | 1 - 1 file changed, 1 deletion(-) 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" ];