start working on Hash2Pub testbed as a nixos container

This commit is contained in:
Trolli Schmittlauch 2020-07-26 00:34:08 +02:00
parent 192a1f6e38
commit b01b5088fd
2 changed files with 54 additions and 0 deletions

View file

@ -196,6 +196,14 @@ in
# package debugging
# programs.sysdig.enable = true;
# declarative containers
containers = {
hash2PubSim = import ./Hash2PubTestbed.nix {inherit pkgs config;};
};
# stop NetworkManager from managing virtual interfaces
networking.networkmanager.unmanaged = [ "interface-name:ve-*" ];
# This value determines the NixOS release with which your system is to be
# compatible, in order to avoid breaking some software such as database
# servers. You should change this only after NixOS release notes say you