diff options
Diffstat (limited to 'system')
-rw-r--r-- | system/boot/boot.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/system/boot/boot.nix b/system/boot/boot.nix index 511c14c5..f978d26a 100644 --- a/system/boot/boot.nix +++ b/system/boot/boot.nix @@ -5,9 +5,9 @@ }: { boot = { initrd = { - compressor = "lz4"; - compressorArgs = ["-9"]; - kernelModules = [ "nvme" "btrfs" ]; + #compressor = "lz4"; + #compressorArgs = ["-9"]; + kernelModules = ["nvme" "btrfs"]; }; kernelPackages = pkgs.linuxPackages_latest; |