mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-25 02:14:41 +02:00
[compression] add to all machines the brotli-compression
This commit is contained in:
parent
442398712d
commit
124e582896
3 changed files with 8 additions and 0 deletions
6
extra/compression.nix
Normal file
6
extra/compression.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{ config, pkgs, ... }:
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
brotli
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue