Update Docker / Podman to allow Tailscale as a trusted netwoork
This commit is contained in:
parent
01513e980f
commit
6265a18988
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
||||||
# Allow Docker containers to access Tailscale network
|
# Allow Docker containers to access Tailscale network
|
||||||
networking.firewall = {
|
networking.firewall = {
|
||||||
trustedInterfaces = [ "tailscale0" ];
|
trustedInterfaces = [ "tailscale0" ];
|
||||||
allowedUDP = [ 41641 ]; # Tailscale port
|
allowedUDPPorts = [ 41641 ]; # Tailscale port
|
||||||
};
|
};
|
||||||
|
|
||||||
virtualisation.docker = {
|
virtualisation.docker = {
|
||||||
|
|
Loading…
Reference in a new issue