config/systems/desktop/tailscale.nix
2024-09-29 16:42:01 +01:00

7 lines
124 B
Nix

{
clicks.networking.tailscale = {
enable = true;
};
services.tailscale.extraUpFlags = [ "--hostname=desktop" ];
}