11 lines
No EOL
256 B
Nix
11 lines
No EOL
256 B
Nix
{...}: {
|
|
home.file = {
|
|
".config/waybar/scripts/tailscale.sh" = {
|
|
enable = true;
|
|
executable = true;
|
|
text = ''
|
|
tailscale status --json | jq -r '.BackendState'
|
|
'';
|
|
};
|
|
};
|
|
} |