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