9 lines
189 B
Nix
9 lines
189 B
Nix
{
|
|
services.tailscale = {
|
|
enable = true;
|
|
openFirewall = true;
|
|
useRoutingFeatures = "client";
|
|
};
|
|
|
|
environment.persistence."/persist".directories = ["/var/lib/tailscale"];
|
|
}
|