m 1 vbob: add firewall exception, extraEnviron
This commit is contained in:
parent
c623555592
commit
023a22a20d
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue