summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormakefu <makefu@nixos.dev>2015-12-16 17:53:35 +0100
committermakefu <makefu@nixos.dev>2015-12-16 17:53:35 +0100
commit023a22a20d9cd4c743cef5f8acbbcb67fb0f1225 (patch)
tree21bd6729fd05f59d6ed46020a5c81a1ff952341a
parentc623555592a6efa1ca4f8d1905c40850abf6f0c5 (diff)
m 1 vbob: add firewall exception, extraEnviron
-rw-r--r--1systems/vbob.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/1systems/vbob.nix b/1systems/vbob.nix
index 5b03d40a8..a24cefd0d 100644
--- a/1systems/vbob.nix
+++ b/1systems/vbob.nix
@@ -35,6 +35,8 @@ in {
masterhost = "localhost";
username = "testslave";
password = "krebspass";
+ packages = with pkgs;[ git nix ];
+ extraEnviron = { NIX_PATH="nixpkgs=${toString <nixpkgs>}"; };
};
krebs.build.source.git.nixpkgs = {
@@ -63,6 +65,7 @@ in {
networking.firewall.allowedTCPPorts = [
25
80
+ 8010
];
krebs.retiolum = {