steveej-x13s: enable NAT

This commit is contained in:
steveej 2025-03-29 15:49:30 +01:00
parent 22455cab03
commit a549b5e22b
2 changed files with 12 additions and 3 deletions

View file

@ -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