tailscale mod

This commit is contained in:
Vinzenz Schroeter 2025-09-13 18:08:41 +02:00
parent d2b11ad2e2
commit 2059b854de
3 changed files with 9 additions and 14 deletions

View file

@ -1,13 +0,0 @@
_: {
config = {
services.tailscale = {
enable = true;
openFirewall = true;
};
networking.firewall = {
enable = true;
checkReversePath = "loose";
};
};
}