diff options
author | lassulus <lassulus@lassul.us> | 2018-01-05 15:45:27 +0100 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2018-01-05 15:45:27 +0100 |
commit | a6722fd306a19678f757680da989808af5fc9973 (patch) | |
tree | 51ae86b25c41b05822b07a95952bec92e4b5935e /krebs/2configs | |
parent | 9c6deead88c3df4d5ef10f6f4073c66ad966eda2 (diff) |
hotdog.r: remove repo-sync
Diffstat (limited to 'krebs/2configs')
-rw-r--r-- | krebs/2configs/buildbot-all.nix | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/krebs/2configs/buildbot-all.nix b/krebs/2configs/buildbot-all.nix index ca994e996..5ea78f227 100644 --- a/krebs/2configs/buildbot-all.nix +++ b/krebs/2configs/buildbot-all.nix @@ -1,10 +1,6 @@ with import <stockholm/lib>; { lib, config, pkgs, ... }: { - imports = [ - <stockholm/krebs/2configs/repo-sync.nix> - ]; - networking.firewall.allowedTCPPorts = [ 80 8010 9989 ]; krebs.ci.enable = true; krebs.ci.treeStableTimer = 1; |