Rename sshKeyPaths to identityPaths in agenix

This commit is contained in:
coolneng 2021-12-07 10:53:59 +01:00
parent f4ea09f056
commit 5a67909017
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ with pkgs;
age = {
secrets.wireguard.file = secrets/wireguard.age;
secrets.syncthing.file = secrets/syncthing.age;
sshKeyPaths = [ "/etc/ssh/id_ed25519" ];
identityPaths = [ "/etc/ssh/id_ed25519" ];
};
# Import other configuration modules