base: add more compression commands
Alan Pearce alan@alanpearce.eu
Sun, 06 Aug 2023 20:07:55 +0200
1 files changed, 2 insertions(+), 0 deletions(-)
jump to
M system/settings/base.nix → system/settings/base.nix
@@ -7,6 +7,8 @@ boot.loader.timeout = lib.mkDefault 1; services.irqbalance.enable = true; environment.systemPackages = with pkgs; [ + lzma + lzop zstd ];