8 lines
129 B
Nix
8 lines
129 B
Nix
{
|
|
services.tailscale = {
|
|
enable = true;
|
|
openFirewall = true;
|
|
};
|
|
|
|
networking.firewall.checkReversePath = "loose";
|
|
}
|