feat: use a separate passphraseless ssh key for agenix

This commit is contained in:
ryan4yin
2023-05-25 02:52:57 +08:00
parent 2c3df9ba1e
commit 2baeb2e284
5 changed files with 18 additions and 15 deletions

View File

@@ -9,7 +9,10 @@
agenix.packages."${pkgs.system}".default
];
# # wireguard config used with `wg-quick up wg-business`
# if you changed this key, you need to regenerate all encrypt files from the decrypt contents!
age.identityPaths = [ "/home/ryan/.ssh/juliet-age" ];
# wireguard config used with `wg-quick up wg-business`
age.secrets."wg-business.conf" = {
# wether secrets are symlinked to age.secrets.<name>.path
symlink = true;