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