nixos-config/secrets/justfile
Sridhar Ratnakumar cda2b68b7e Configure agenix to use local SSH key
- Add age.identityPaths to juspay.nix for local key usage

- Update secrets justfile to use ~/.ssh/agenix instead of 1Password

- Add zest SSH key for secret decryption

- Remove infinitude system keys from secrets config

- Rekey all secrets with updated key configuration
2025-11-25 10:18:12 -05:00

12 lines
No EOL
312 B
Makefile

default:
@just --list
# Run `agenix -e <file>`
edit FILE:
# bash -c 'agenix -e {{ FILE }} -i <(op read "op://Private/id_ed25519/private key")'
agenix -e {{ FILE }} -i ~/.ssh/agenix
rekey:
# bash -c 'agenix -r -i <(op read "op://Private/id_ed25519/private key")'
agenix -r -i ~/.ssh/agenix