diff --git a/nix/os/devices/steveej-x13s/configuration.nix b/nix/os/devices/steveej-x13s/configuration.nix index 472fcb5..316dc8d 100644 --- a/nix/os/devices/steveej-x13s/configuration.nix +++ b/nix/os/devices/steveej-x13s/configuration.nix @@ -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 diff --git a/nix/os/devices/steveej-x13s/flake.lock b/nix/os/devices/steveej-x13s/flake.lock index 4a96e71..b0fd80a 100644 --- a/nix/os/devices/steveej-x13s/flake.lock +++ b/nix/os/devices/steveej-x13s/flake.lock @@ -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": {