This commit is contained in:
Lukas Wurzinger 2025-03-30 15:58:29 +00:00
parent 1dfbbe0c03
commit 08189a69e0
No known key found for this signature in database

View file

@ -10,5 +10,8 @@
];
# Required to connect to Tailscale exit nodes
checkReversePath = "loose";
interfaces.${config.services.tailscale.interfaceName} = {
allowedTCPPorts = [4000];
};
};
}