mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-05-05 14:23:21 +02:00
feat: use a separate passphraseless ssh key for agenix
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user