l 2 buildbot: use prism.r

This commit is contained in:
lassulus 2017-04-12 12:15:15 +02:00
parent f7897e0b4c
commit 9c49d9a439

View file

@ -219,6 +219,9 @@ in {
channels = [ { channel = "retiolum"; } { channel = "noise"; } ];
allowForce = true;
};
extraConfig = ''
c['buildbotURL'] = "http://${config.networking.hostName}.r:${toString config.krebs.buildbot.master.web.port}/"
'';
};
config.krebs.buildbot.worker = {