mirror of
https://github.com/srid/nixos-config.git
synced 2025-12-26 15:04:59 +08:00
just: sops commands
This commit is contained in:
parent
a6349c424b
commit
174eec2b78
1 changed files with 8 additions and 0 deletions
8
justfile
8
justfile
|
|
@ -18,3 +18,11 @@ remote-install host='linux-builder':
|
|||
--build-on-remote \
|
||||
--flake .#{{host}} \
|
||||
root@{{host}}
|
||||
|
||||
# Run this after editing .sops.yaml
|
||||
sops-updatekeys:
|
||||
sops updatekeys secrets.json
|
||||
|
||||
# Edit or view the secrets
|
||||
sops-edit:
|
||||
sops secrets.json
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue