start working on Hash2Pub testbed as a nixos container
This commit is contained in:
parent
192a1f6e38
commit
b01b5088fd
2 changed files with 54 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue