m 1 vbob: add firewall exception, extraEnviron

This commit is contained in:
makefu 2015-12-16 17:53:35 +01:00
parent c623555592
commit 023a22a20d

View file

@ -35,6 +35,8 @@ in {
masterhost = "localhost"; masterhost = "localhost";
username = "testslave"; username = "testslave";
password = "krebspass"; password = "krebspass";
packages = with pkgs;[ git nix ];
extraEnviron = { NIX_PATH="nixpkgs=${toString <nixpkgs>}"; };
}; };
krebs.build.source.git.nixpkgs = { krebs.build.source.git.nixpkgs = {
@ -63,6 +65,7 @@ in {
networking.firewall.allowedTCPPorts = [ networking.firewall.allowedTCPPorts = [
25 25
80 80
8010
]; ];
krebs.retiolum = { krebs.retiolum = {