zenix updates for server
remove nextcloud client use cloudflare add tailscale ip script
This commit is contained in:
parent
a1fd3061f5
commit
cc54b89adc
4 changed files with 14 additions and 4 deletions
|
|
@ -332,5 +332,17 @@ in {
|
|||
}
|
||||
];
|
||||
}
|
||||
{
|
||||
name = "tailscale-ip";
|
||||
text = ''
|
||||
tailscale status | ${my-deps.menu} | awk '{ print $1 }' | wl-copy
|
||||
'';
|
||||
install = true;
|
||||
hotkeys = [
|
||||
{
|
||||
key = "I";
|
||||
}
|
||||
];
|
||||
}
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue