summaryrefslogtreecommitdiffstats
path: root/krebs/2configs/buildbot-krebs.nix
diff options
context:
space:
mode:
Diffstat (limited to 'krebs/2configs/buildbot-krebs.nix')
-rw-r--r--krebs/2configs/buildbot-krebs.nix5
1 files changed, 2 insertions, 3 deletions
diff --git a/krebs/2configs/buildbot-krebs.nix b/krebs/2configs/buildbot-krebs.nix
index 40ca3c66..a09b3b98 100644
--- a/krebs/2configs/buildbot-krebs.nix
+++ b/krebs/2configs/buildbot-krebs.nix
@@ -1,3 +1,4 @@
+with import <stockholm/lib>;
{ lib, config, pkgs, ... }:
{
imports = [
@@ -7,7 +8,5 @@
networking.firewall.allowedTCPPorts = [ 80 8010 9989 ];
krebs.ci.enable = true;
krebs.ci.treeStableTimer = 120;
- krebs.ci.users.krebs.hosts = [
- config.networking.hostName
- ];
+ krebs.ci.hosts = [ config.krebs.build.host ];
}