m 1 vbob: add firewall exception, extraEnviron

This commit is contained in:
makefu 2015-12-16 17:53:35 +01:00
parent ad625d6d68
commit 20d9a61018

View File

@ -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 = {