Skip to content

Instantly share code, notes, and snippets.

@jD91mZM2
Created September 29, 2019 06:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jD91mZM2/e7054353af690564d3cf778e5185772f to your computer and use it in GitHub Desktop.
Save jD91mZM2/e7054353af690564d3cf778e5185772f to your computer and use it in GitHub Desktop.
containers.citrix = {
config = import ./citrix.nix;
privateNetwork = true;
hostAddress = "192.168.2.100";
localAddress = "192.168.2.123";
};
# Magic. I need to figure out how this works and leave a comment here.
networking.nat = {
enable = true;
internalInterfaces = [ "ve-+" ];
externalInterface = "enp2s0f1";
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment