all repos — nixfiles @ 29f884809f4906dd3e2820dba1fcf1fd6caea40c

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

base: add more compression commands
Alan Pearce alan@alanpearce.eu
Sun, 06 Aug 2023 20:07:55 +0200
commit

29f884809f4906dd3e2820dba1fcf1fd6caea40c

parent

5c759ae232f178d2730b35bc3f248c500f16a4a1

1 files 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
   ];