update Hash2Pub testbed container and make it more configurable

This commit is contained in:
Trolli Schmittlauch 2020-10-09 01:20:40 +02:00
parent 231d81043e
commit f1da50c5c0
2 changed files with 40 additions and 19 deletions

View file

@ -198,7 +198,12 @@ in
# declarative containers
containers = {
hash2PubSim = import ./Hash2PubTestbed.nix {inherit pkgs config;};
hash2PubSim = import ./Hash2PubTestbed.nix
{
inherit pkgs config;
experimentUid = config.users.users.spiollinux.uid;
projectDir = "/home/spiollinux/Seafile/Studium/Semester11/INF-PM-FP-ANW";
};
};
# stop NetworkManager from managing virtual interfaces