diff options
author | lassulus <lass@aidsballs.de> | 2015-12-20 19:00:20 +0100 |
---|---|---|
committer | lassulus <lass@aidsballs.de> | 2015-12-20 19:00:20 +0100 |
commit | 85f3aa5b86ab9fd4afb7e5adafc0e329ab618102 (patch) | |
tree | b5a8f94d5af87eb24c0df3a85577ab9fe4542419 /makefu/1systems | |
parent | 07f4510ad0bff0f9d72e5dcee279a30a0d5f8da3 (diff) | |
parent | 5821d8438578db623a3e248c52fefa424fad0b51 (diff) |
Merge remote-tracking branch 'gum/master'
Diffstat (limited to 'makefu/1systems')
-rw-r--r-- | makefu/1systems/vbob.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/makefu/1systems/vbob.nix b/makefu/1systems/vbob.nix index 5b03d40a8..a24cefd0d 100644 --- a/makefu/1systems/vbob.nix +++ b/makefu/1systems/vbob.nix @@ -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 = { |