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
|
../../snippets/mycelium.nix
|
||||||
|
|
||||||
nodeFlake.inputs.extra-container.nixosModules.default
|
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
|
# TODO: broken with: v4l2loopback-0.13.2-6.13.0-rc3.drv
|
||||||
# make: *** [Makefile:53: v4l2loopback.ko] Error 2
|
# make: *** [Makefile:53: v4l2loopback.ko] Error 2
|
||||||
|
|
6
nix/os/devices/steveej-x13s/flake.lock
generated
6
nix/os/devices/steveej-x13s/flake.lock
generated
|
@ -343,11 +343,11 @@
|
||||||
},
|
},
|
||||||
"nixpkgs-unstable": {
|
"nixpkgs-unstable": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1742221454,
|
"lastModified": 1743251636,
|
||||||
"narHash": "sha256-d5bBhe2tG6FxUDhMbs8NYicUpkb70vNvZSmf1nO23+U=",
|
"narHash": "sha256-ozpMykG34AT0xOYmst43eh1KTYba7QEaDzeCkPWzIP4=",
|
||||||
"owner": "steveej-forks",
|
"owner": "steveej-forks",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "03e05422d0ee0fcfc6b668a38b18ce1666c1da79",
|
"rev": "2a75dc2e69a7c3e786ebe0663613a9a7ee1c108f",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue