From 30f5d0dc8064bd36892b776cc50467eb2583b335 Mon Sep 17 00:00:00 2001 From: Astro Date: Sun, 1 May 2022 18:56:34 +0200 Subject: [PATCH] hydra: set hydra max_output_size to 4 GB --- hosts/containers/hydra/hydra.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hosts/containers/hydra/hydra.nix b/hosts/containers/hydra/hydra.nix index 32b77e6b..d4890c56 100644 --- a/hosts/containers/hydra/hydra.nix +++ b/hosts/containers/hydra/hydra.nix @@ -45,6 +45,9 @@ in { ''; }); useSubstitutes = true; + extraConfig = '' + max_output_size = 4294967296 + ''; }; services.nginx =