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