about summary refs log tree commit diff stats
path: root/system/boot
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--system/boot/boot.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/system/boot/boot.nix b/system/boot/boot.nix
index 629e63ae..511c14c5 100644
--- a/system/boot/boot.nix
+++ b/system/boot/boot.nix
@@ -7,6 +7,7 @@
     initrd = {
       compressor = "lz4";
       compressorArgs = ["-9"];
+      kernelModules = [ "nvme" "btrfs" ];
     };
 
     kernelPackages = pkgs.linuxPackages_latest;