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

11 lines
111 B
Nix

{ ... }:
{
networking.nat = {
enable = true;
externalInterface = "core";
};
# TODO: firewall
}