diff options
author | Franck Cuny <franck@fcuny.net> | 2023-05-02 19:12:43 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2023-05-02 19:12:43 -0700 |
commit | 95a60649590ce16c649e40a6263eefd0903a3ea7 (patch) | |
tree | 668b07208b1fbaf7a41446d297817a0f834721cb /hosts/aptos | |
parent | profiles: move things around for btrfs (diff) | |
download | world-95a60649590ce16c649e40a6263eefd0903a3ea7.tar.gz |
profiles/default: move stuff related to boot
Diffstat (limited to 'hosts/aptos')
-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."/" = { |