summaryrefslogtreecommitdiff
path: root/config/hydra.nix
diff options
context:
space:
mode:
Diffstat (limited to 'config/hydra.nix')
-rw-r--r--config/hydra.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/config/hydra.nix b/config/hydra.nix
index 6175bc5..bfa985a 100644
--- a/config/hydra.nix
+++ b/config/hydra.nix
@@ -5,6 +5,8 @@ in
{
networking.firewall.allowedTCPPorts = [ hydraPort ];
+ virtualisation.virtualbox.host.enable = true;
+
services.hydra = {
enable = true;
hydraURL = "https://hydra.orbekk.com";
@@ -12,7 +14,6 @@ in
port = hydraPort;
extraConfig = ''
store-uri = file:///nix/store?secret-key=/opt/secret/hydra_key/hydra.orbekk.com-1/secret
- binary_cache_secret_key_file = /opt/secret/hydra_key/hydra.orbekk.com-1/secret
'';
};