mirror of
https://github.com/harivansh-afk/nix.git
synced 2026-04-15 09:01:16 +00:00
sync/search agent history (#40)
This commit is contained in:
parent
1860fa6dcb
commit
320ae1332e
4 changed files with 115 additions and 0 deletions
6
justfile
6
justfile
|
|
@ -31,5 +31,11 @@ secrets-sync:
|
|||
sync-browser-auth:
|
||||
./scripts/sync-bw-browser-auth.sh
|
||||
|
||||
sync-agent-history:
|
||||
./scripts/sync-agent-history.sh
|
||||
|
||||
search-agent-history query='':
|
||||
./scripts/search-agent-history.sh "{{query}}"
|
||||
|
||||
switch-netty:
|
||||
ssh root@netty "nixos-rebuild switch --flake github:harivansh-afk/nix#netty --refresh"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue