ikidd@lemmy.world to Linux@lemmy.mlEnglish · 2 days agoThree Years of Nix and NixOS: The Good, the Bad, and the Uglypierrezemb.frexternal-linkmessage-square97fedilinkarrow-up1160arrow-down16
arrow-up1154arrow-down1external-linkThree Years of Nix and NixOS: The Good, the Bad, and the Uglypierrezemb.frikidd@lemmy.world to Linux@lemmy.mlEnglish · 2 days agomessage-square97fedilink
minus-squareVincent@feddit.nllinkfedilinkarrow-up1·1 day agoHow do you access the private Git repo then? Don’t you need a secret to access it?
minus-squarebalsoft@lemmy.mllinkfedilinkarrow-up1·21 hours agoThe ssh key to access the private git repo is on the same yubikey as the decryption key (they are technically different GPG slots but I don’t need to care about that, just plug the key in, type in the pin, and it all works automagically)
How do you access the private Git repo then? Don’t you need a secret to access it?
The ssh key to access the private git repo is on the same yubikey as the decryption key (they are technically different GPG slots but I don’t need to care about that, just plug the key in, type in the pin, and it all works automagically)
That’s neat!