From 784ac3fd221a477cccc168e90baea2a22509d7c2 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sat, 11 Mar 2023 13:24:35 -0800 Subject: secrets: use homeage to manage secrets for home-manager Instead of using agenix for all the secrets, I can use homeage for secrets that are related to my user sessions. Secrets by default will be store under `~/.secrets'. They are encrypted using `age' and to decrypt them, a key is expected to be located under `~/.age/key.txt'. The last place where I was using `pass' (and so GPG too) was for the secrets for `mbsync': this change adds a secret for fastmail to the repository and update `mbsync' configuration to use it. --- home/secrets/fastmail/imap.age | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 home/secrets/fastmail/imap.age (limited to 'home/secrets') diff --git a/home/secrets/fastmail/imap.age b/home/secrets/fastmail/imap.age new file mode 100644 index 0000000..07dfdd1 --- /dev/null +++ b/home/secrets/fastmail/imap.age @@ -0,0 +1,5 @@ +age-encryption.org/v1 +-> X25519 f/Opj/dLP20YsybwZwwfCBRcb4wWVSMv4P9tuVQUNDA +9xBaFHWpO15X2nt1urk5f59K5x7oRHxIi5q7B8UvM+Q +--- huYSJRJfQnxoHH5APR9tm+NS/xtyw56bRImLdcwiY3Q +xk>w:lR+i[oVZL? \ No newline at end of file -- cgit 1.4.1