Closed mrdylanyin closed 2 weeks ago
Sorry, I probably didn't do the best of documenting this.
We rename id_ed25519_agenix
to id_ed25519
as part of install. The id_ed25519
used at installation is thrown away, as it's just used to bootstrap nix-secrets
.
Based on my understanding,
id_ed25519
should be responsible for cloning thenix-secrets
repository from GitHub, whileid_ed25519_agenix
is responsible for encrypting and decrypting the keys. So, inmodules/darwin/secrets.nix
Should it be
id_ed25519_agenix
, or did I misunderstand something?