Skip to content

Instantly share code, notes, and snippets.

@sorki
Created January 15, 2018 01:39
Show Gist options
  • Save sorki/4ab007d3e2388770172449648205abaf to your computer and use it in GitHub Desktop.
Save sorki/4ab007d3e2388770172449648205abaf to your computer and use it in GitHub Desktop.
nixos nat
networking.nat.enable = true;
networking.nat.forwardPorts = [{
sourcePort = 80;
destination = "IP:80";
}];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment