all repos — nixfiles @ 29f884809f4906dd3e2820dba1fcf1fd6caea40c

System and user configuration, managed by nix and home-manager

base: add more compression commands

Alan Pearce
commit

29f884809f4906dd3e2820dba1fcf1fd6caea40c

parent

5c759ae232f178d2730b35bc3f248c500f16a4a1

1 file changed, 2 insertions(+), 0 deletions(-)

jump to
M system/settings/base.nixsystem/settings/base.nix
@@ -7,6 +7,8 @@ boot.loader.timeout = lib.mkDefault 1;
services.irqbalance.enable = true; environment.systemPackages = with pkgs; [ + lzma + lzop zstd ];