diff options
Diffstat (limited to 'hosts/aptos/hardware.nix')
-rw-r--r-- | hosts/aptos/hardware.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hosts/aptos/hardware.nix b/hosts/aptos/hardware.nix index afe3840..01e2a96 100644 --- a/hosts/aptos/hardware.nix +++ b/hosts/aptos/hardware.nix @@ -8,7 +8,6 @@ boot.initrd.availableKernelModules = [ "xhci_pci" "nvme" "usb_storage" "sd_mod" "rtsx_pci_sdmmc" ]; - boot.initrd.kernelModules = [ ]; boot.extraModulePackages = [ ]; fileSystems."/" = { |