diff options
author | Alan Pearce | 2023-08-06 20:07:55 +0200 |
---|---|---|
committer | Alan Pearce | 2023-08-06 20:13:34 +0200 |
commit | 29f884809f4906dd3e2820dba1fcf1fd6caea40c (patch) | |
tree | a16fcecda7815b7c2f44e70a3086046779b23a30 /system | |
parent | 5c759ae232f178d2730b35bc3f248c500f16a4a1 (diff) | |
download | nixfiles-29f884809f4906dd3e2820dba1fcf1fd6caea40c.tar.lz nixfiles-29f884809f4906dd3e2820dba1fcf1fd6caea40c.tar.zst nixfiles-29f884809f4906dd3e2820dba1fcf1fd6caea40c.zip |
base: add more compression commands
Diffstat (limited to 'system')
-rw-r--r-- | system/settings/base.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/system/settings/base.nix b/system/settings/base.nix index 92cbb5bd..3440632f 100644 --- a/system/settings/base.nix +++ b/system/settings/base.nix @@ -7,6 +7,8 @@ services.irqbalance.enable = true; environment.systemPackages = with pkgs; [ + lzma + lzop zstd ]; |