Add alias for agenix rekey command to streamline key management

This commit is contained in:
Philip Henning 2026-04-02 15:55:29 +02:00
parent 0a1c8c259c
commit 753ea17365

View file

@ -185,6 +185,7 @@ alias agenix='RULES='\''./secrets/secrets.nix'\'' agenix'
alias agenix-edit="agenix -i {{@@ env['HOME'] @@}}/.ssh/identities/agenix-phg -e"
alias ane='agenix-edit'
alias cane="EDITOR='code -w' agenix-edit"
alias agenix-rekey="EDITOR=: agenix-edit"
alias ade='age-edit -t /tmp/ -M -a {{@@ ageidentity @@}}'
alias cade='age-edit -e "${HOME}/.local/bin/codew" -t /tmp/ -M -a {{@@ ageidentity @@}}'
alias du="duf"