Update Docker / Podman to allow Tailscale as a trusted netwoork

This commit is contained in:
albert 2024-12-23 21:03:03 +01:00
parent 01513e980f
commit 6265a18988
Signed by: albert
GPG key ID: 3895DD267CA11BA9

View file

@ -11,7 +11,7 @@
# Allow Docker containers to access Tailscale network
networking.firewall = {
trustedInterfaces = [ "tailscale0" ];
allowedUDP = [ 41641 ]; # Tailscale port
allowedUDPPorts = [ 41641 ]; # Tailscale port
};
virtualisation.docker = {