system/tailscale: open tcp port 50300
Some checks are pending
CI / Build linux-lava for x86_64-linux (push) Waiting to run

This commit is contained in:
Cilly Leang 2026-06-17 00:26:09 +10:00
parent 8778adf3bc
commit 02a3207d08
Signed by: cilly
GPG key ID: 6500251E087653C9

View file

@ -16,6 +16,7 @@
}
];
};
networking.firewall.allowedTCPPorts = [ 50300 ];
services.tailscale = {
enable = true;
authKeyFile = config.age.secrets.tailscale_auth.path;