mirror of
https://github.com/harivansh-afk/nix.git
synced 2026-04-19 23:01:35 +00:00
add agent-browser + BW browser auth sync for netty
- Add chromium to netty system packages - Add home/agent-browser.nix: configures agent-browser to use nix chromium headless, installs via npm on first activation (Linux only) - Add scripts/sync-bw-browser-auth.sh: imports all BW login items into agent-browser encrypted auth vault via --password-stdin - Add just sync-browser-auth target
This commit is contained in:
parent
c3fb0fc358
commit
1af47c9a5c
5 changed files with 120 additions and 0 deletions
3
justfile
3
justfile
|
|
@ -28,5 +28,8 @@ secrets-sync:
|
|||
./scripts/render-bw-shell-secrets.sh
|
||||
./scripts/restore-bw-files.sh
|
||||
|
||||
sync-browser-auth:
|
||||
./scripts/sync-bw-browser-auth.sh
|
||||
|
||||
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