config/systems/desktop/tailscale.nix

7 lines
124 B
Nix
Raw Permalink Normal View History

2024-09-15 12:56:25 +01:00
{
clicks.networking.tailscale = {
enable = true;
};
services.tailscale.extraUpFlags = [ "--hostname=desktop" ];
}