poseidon: trust tailscale0 interface in firewall
This commit is contained in:
parent
bd02870e9f
commit
3862992b76
|
@ -40,6 +40,10 @@ in
|
|||
systemd.services.tailscaled = {
|
||||
path = [ pkgs.procps ];
|
||||
};
|
||||
networking.firewall = {
|
||||
trustedInterfaces = [ "tailscale0" ];
|
||||
allowedUDPPorts = [ config.services.tailscale.port ];
|
||||
};
|
||||
|
||||
virtualisation.docker = {
|
||||
enable = true;
|
||||
|
|
Loading…
Reference in a new issue