7 lines
124 B
Nix
7 lines
124 B
Nix
{
|
|
clicks.networking.tailscale = {
|
|
enable = true;
|
|
};
|
|
services.tailscale.extraUpFlags = [ "--hostname=desktop" ];
|
|
}
|