CompressLog: Add zstd compression

This commit is contained in:
Janne Heß
2022-06-12 17:57:49 +02:00
committed by Sandro Jäckel
parent 7de7122479
commit 2c886f51d3
4 changed files with 25 additions and 5 deletions

View File

@ -408,6 +408,7 @@ in
requires = [ "hydra-init.service" ];
after = [ "hydra-init.service" ];
restartTriggers = [ hydraConf ];
path = [ pkgs.zstd ];
environment = env // {
PGPASSFILE = "${baseDir}/pgpass-queue-runner"; # grrr
HYDRA_DBI = "${env.HYDRA_DBI};application_name=hydra-notify";