mirror of
https://github.com/srid/nixos-config.git
synced 2025-12-26 23:14:57 +08:00
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
|