network/nix/nixos-module/container/mgmt-gw.nix

10 lines
124 B
Nix

{ ... }:
{
# (IPv4-only) NAT the mgmt net
networking.nat = {
enable = true;
externalInterface = "core";
};
}