summaryrefslogtreecommitdiffstats
path: root/makefu
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
commit20d9a610189da29cd1f4abf60089d0579a1e291a (patch)
treea611b5bd9c290e97bd3f64af1a34707b2fbb1b3f /makefu
parentad625d6d6830c7d7f7a61cc5ee1e2ad398ab70a6 (diff)
m 1 vbob: add firewall exception, extraEnviron
Diffstat (limited to 'makefu')
-rw-r--r--makefu/1systems/vbob.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/makefu/1systems/vbob.nix b/makefu/1systems/vbob.nix
index 5b03d40a..a24cefd0 100644
--- a/makefu/1systems/vbob.nix
+++ b/makefu/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 = {