From 023a22a20d9cd4c743cef5f8acbbcb67fb0f1225 Mon Sep 17 00:00:00 2001 From: makefu Date: Wed, 16 Dec 2015 17:53:35 +0100 Subject: m 1 vbob: add firewall exception, extraEnviron --- 1systems/vbob.nix | 3 +++ 1 file changed, 3 insertions(+) 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 }"; }; }; krebs.build.source.git.nixpkgs = { @@ -63,6 +65,7 @@ in { networking.firewall.allowedTCPPorts = [ 25 80 + 8010 ]; krebs.retiolum = { -- cgit v1.2.3