✨ [shared] Added ssh config for desktop. Justfile to get pub ssh
This commit is contained in:
4
justfile
4
justfile
@ -69,6 +69,10 @@ generate-age-from-ssh:
|
||||
get-public-age-key:
|
||||
nix shell nixpkgs#age -c age-keygen -y ~/.config/sops/age/keys.txt
|
||||
|
||||
# Get the public ssh key from the current user
|
||||
get-public-ssh-key:
|
||||
cat ~/.ssh/id_ed25519.pub
|
||||
|
||||
# Edit the SOPS secrets file
|
||||
edit-secrets:
|
||||
nix run nixpkgs#sops -- shared/secrets/secrets.yaml
|
||||
|
Reference in New Issue
Block a user