diff options
Diffstat (limited to 'system')
-rw-r--r-- | system/boot/default.nix | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/system/boot/default.nix b/system/boot/default.nix index e762c0e6..410bf143 100644 --- a/system/boot/default.nix +++ b/system/boot/default.nix @@ -1,7 +1,4 @@ -{ - pkgs, - ... -}: { +{pkgs, ...}: { boot = { initrd = { #compressor = "lz4"; |