ikidd@lemmy.world to Linux@lemmy.mlEnglish · 2 months agoThree Years of Nix and NixOS: The Good, the Bad, and the Uglypierrezemb.frexternal-linkmessage-square107linkfedilinkarrow-up1187arrow-down17 cross-posted to: [email protected][email protected]
arrow-up1180arrow-down1external-linkThree Years of Nix and NixOS: The Good, the Bad, and the Uglypierrezemb.frikidd@lemmy.world to Linux@lemmy.mlEnglish · 2 months agomessage-square107linkfedilink cross-posted to: [email protected][email protected]
minus-squareVincent@feddit.nllinkfedilinkarrow-up1·2 months agoHow do you access the private Git repo then? Don’t you need a secret to access it?
minus-squarebalsoft@lemmy.mllinkfedilinkarrow-up1·2 months 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!