From eb6785bd6825f9c01d453b82e9f6d36211342c31 Mon Sep 17 00:00:00 2001 From: ene Date: Sun, 5 Feb 2023 00:07:40 +0100 Subject: Fix: This fixes the booting process somehow? I don't see what's wrong with the compressor, but with it the boot fails with the message, that the initrd couldn't be uncompressed. --- system/boot/boot.nix | 6 +++--- 1 file 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; -- cgit 1.4.1