Mac@programming.dev to Nix / NixOS@programming.devEnglish · 8 months agoAdoPi/shoji-nix: Manage your SSH keys with Nixgithub.comexternal-linkmessage-square5fedilinkarrow-up117arrow-down10
arrow-up117arrow-down1external-linkAdoPi/shoji-nix: Manage your SSH keys with Nixgithub.comMac@programming.dev to Nix / NixOS@programming.devEnglish · 8 months agomessage-square5fedilink
minus-squareInnerScientist@lemmy.worldlinkfedilinkEnglisharrow-up1·7 months agoSops-nix decrypts secrets at runtime and allows you to create symlinks to the secret files (/run/secret.d…) so this could be used for ssh keys AFAIK.
minus-squareflashgnash@lemm.eelinkfedilinkEnglisharrow-up1·7 months agoAh right didn’t realise there was a nix version of it, will have a look
Sops-nix decrypts secrets at runtime and allows you to create symlinks to the secret files (/run/secret.d…) so this could be used for ssh keys AFAIK.
Ah right didn’t realise there was a nix version of it, will have a look