diff options
author | makefu <makefu@nixos.dev> | 2016-01-18 16:59:44 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2016-01-19 20:47:29 +0100 |
commit | 8bf0e7a7f51014280a8bb60aa0fa00ab19060ef5 (patch) | |
tree | 182a03b01a469347184a3a34cb392020eb98178b /shared/2configs/buildbot-standalone.nix | |
parent | 35a70789778e86e0431c2dfc4bb1075d9049bf38 (diff) |
s 2 base: use current unstable
Diffstat (limited to 'shared/2configs/buildbot-standalone.nix')
-rw-r--r-- | shared/2configs/buildbot-standalone.nix | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/shared/2configs/buildbot-standalone.nix b/shared/2configs/buildbot-standalone.nix index 3275189..2ea19e8 100644 --- a/shared/2configs/buildbot-standalone.nix +++ b/shared/2configs/buildbot-standalone.nix @@ -1,11 +1,6 @@ { lib, config, pkgs, ... }: -let - pkgs-unst = import (fetchTarball https://github.com/NixOS/nixpkgs-channels/archive/nixos-unstable.tar.gz) {}; -in { - nixpkgs.config.packageOverrides = pkgs: { - buildbot = pkgs-unst.buildbot; - buildbot-slave = pkgs-unst.buildbot-slave; - }; + +{ networking.firewall.allowedTCPPorts = [ 8010 9989 ]; krebs.buildbot.master = { secrets = [ "retiolum-ci.rsa_key.priv" "cac.json" ]; |