Use Tailscale

This commit is contained in:
2022-06-23 22:30:07 -04:00
parent eef574c9f7
commit aa7bbc5932
5 changed files with 36 additions and 1 deletions

View File

@@ -88,7 +88,7 @@ in
networking.nat.internalInterfaces = [
"ve-${cfg.containerName}"
];
boot.kernel.sysctl."net.ipv4.ip_forward" = 1;
networking.ip_forward = true;
# assumes only one potential interface
networking.usePredictableInterfaceNames = false;