2015-12-22 19:36:19 +01:00
|
|
|
{ lib, config, pkgs, ... }:
|
2017-07-27 19:56:55 +02:00
|
|
|
{
|
|
|
|
imports = [
|
|
|
|
<stockholm/krebs/2configs/repo-sync.nix>
|
|
|
|
];
|
2016-01-18 16:59:44 +01:00
|
|
|
|
2017-07-22 14:52:51 +02:00
|
|
|
networking.firewall.allowedTCPPorts = [ 80 8010 9989 ];
|
2017-07-27 19:56:55 +02:00
|
|
|
krebs.ci.enable = true;
|
2017-07-30 19:05:55 +02:00
|
|
|
krebs.ci.treeStableTimer = 120;
|
2017-07-29 02:19:28 +02:00
|
|
|
krebs.ci.users.krebs.hosts = [
|
|
|
|
config.networking.hostName
|
|
|
|
];
|
2015-12-22 19:36:19 +01:00
|
|
|
}
|