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

View file

@ -343,11 +343,11 @@
},
"nixpkgs-unstable": {
"locked": {
"lastModified": 1742221454,
"narHash": "sha256-d5bBhe2tG6FxUDhMbs8NYicUpkb70vNvZSmf1nO23+U=",
"lastModified": 1743251636,
"narHash": "sha256-ozpMykG34AT0xOYmst43eh1KTYba7QEaDzeCkPWzIP4=",
"owner": "steveej-forks",
"repo": "nixpkgs",
"rev": "03e05422d0ee0fcfc6b668a38b18ce1666c1da79",
"rev": "2a75dc2e69a7c3e786ebe0663613a9a7ee1c108f",
"type": "github"
},
"original": {