From 0f351b486e5d5c843b168af2e7e0605fd8a1fd61 Mon Sep 17 00:00:00 2001 From: Emile Date: Tue, 29 Oct 2024 22:45:39 +0100 Subject: hydra: disable restricted eval --- nix/hosts/corrino/www/hydra.emile.space.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nix/hosts/corrino/www/hydra.emile.space.nix b/nix/hosts/corrino/www/hydra.emile.space.nix index e89888b..941ad5b 100644 --- a/nix/hosts/corrino/www/hydra.emile.space.nix +++ b/nix/hosts/corrino/www/hydra.emile.space.nix @@ -54,8 +54,8 @@ timeout = 3600 - binary_cache_public_uri = https://nix-cache.emile.space + # binary_cache_public_uri = https://nix-cache.emile.space + evaluator_restrict_eval = false ''; - # evaluator_restrict_eval = false }; } -- cgit 1.4.1