Skip to content

Instantly share code, notes, and snippets.

View mcovalt's full-sized avatar

Matt Covalt mcovalt

  • Chapel Hill, NC
View GitHub Profile
@mcovalt
mcovalt / external.nix
Last active April 8, 2022 15:45
NixOS Wireguard mesh modules
{ ... }:
let
tunnel.port.int = xxxxxx;
tunnel.port.str = "xxxxxx";
tunnel.ip = "x.x.x.x";
tunnel.external.ip = "x.x.x.x";
tunnel.external.endpoint = "x.x.x.x";
tunnel.external.pubkey = "xxxxxxxxxxxxxxxxxxxxx";
tunnel.internal.ip = "x.x.x.x";