mirror of
https://github.com/srid/nixos-config.git
synced 2026-01-26 18:18:46 +08:00
- 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
12 lines
No EOL
312 B
Makefile
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
|