update Hash2Pub testbed container and make it more configurable
This commit is contained in:
parent
231d81043e
commit
f1da50c5c0
2 changed files with 40 additions and 19 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue