steveej-x13s: enable NAT
This commit is contained in:
parent
22455cab03
commit
a549b5e22b
2 changed files with 12 additions and 3 deletions
|
@ -84,6 +84,15 @@
|
|||
../../snippets/mycelium.nix
|
||||
|
||||
nodeFlake.inputs.extra-container.nixosModules.default
|
||||
{
|
||||
networking.nat = {
|
||||
enable = true;
|
||||
internalInterfaces = ["ve-+"];
|
||||
# externalInterface = "enu1u1u2";
|
||||
# Lazy IPv6 connectivity for the container
|
||||
# enableIPv6 = true;
|
||||
};
|
||||
}
|
||||
|
||||
# TODO: broken with: v4l2loopback-0.13.2-6.13.0-rc3.drv
|
||||
# make: *** [Makefile:53: v4l2loopback.ko] Error 2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue