about summary refs log tree commit diff
diff options
context:
space:
mode:
authorEmile <git@emile.space>2024-10-29 22:45:39 +0100
committerEmile <git@emile.space>2024-10-29 22:45:39 +0100
commit0f351b486e5d5c843b168af2e7e0605fd8a1fd61 (patch)
tree09202a589327f03bc64ad523c835a71f09692ba4
parent76d645664a6ec9007e7419dd2cb8413a4f560323 (diff)
hydra: disable restricted eval
-rw-r--r--nix/hosts/corrino/www/hydra.emile.space.nix4
1 files 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 @@
       <git-input>
         timeout = 3600
       </git-input>
-      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
   };
 }