From e616d1de41745598b629a43acc2847c81f026c19 Mon Sep 17 00:00:00 2001 From: Craige McWhirter Date: Thu, 9 Jan 2020 13:56:02 +1000 Subject: [PATCH] Removed extraneous config options --- roles/hydra.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/roles/hydra.nix b/roles/hydra.nix index 9d0cced..f5d03fe 100644 --- a/roles/hydra.nix +++ b/roles/hydra.nix @@ -36,9 +36,7 @@ hydraURL = "https://hydra.mcwhirter.io"; notificationSender = "hydra.mcwhirter.io"; extraConfig = '' - store_uri = file:///var/lib/hydra/cache?secret-key=/etc/nix/hydra.mcwhirter.io/secret binary_cache_secret_key_file = /etc/nix/hydra.mcwhirter.io/secret - binary_cache_dir = /var/lib/hydra/cache ''; };