blade: allow tailscale 41641/udp
This commit is contained in:
parent
e979f4e83e
commit
a763c85e3d
1 changed files with 3 additions and 0 deletions
|
@ -78,6 +78,9 @@ in {
|
||||||
|
|
||||||
defaultGateway = lib.mkDefault "10.100.0.1";
|
defaultGateway = lib.mkDefault "10.100.0.1";
|
||||||
|
|
||||||
|
firewall.allowedUDPPorts = [
|
||||||
|
41641 # Tailscale
|
||||||
|
];
|
||||||
firewall.allowedTCPPorts = lib.mkIf config.services.ceph.enable [ 6789 3300 ];
|
firewall.allowedTCPPorts = lib.mkIf config.services.ceph.enable [ 6789 3300 ];
|
||||||
firewall.allowedTCPPortRanges = lib.mkIf config.services.ceph.enable [{ from = 6800; to = 7300; }];
|
firewall.allowedTCPPortRanges = lib.mkIf config.services.ceph.enable [{ from = 6800; to = 7300; }];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue