Change agenix SSH key path to /etc/ssh

This commit is contained in:
2021-08-13 19:58:01 +01:00
parent 0ff6f77fe5
commit aff803f0b9

View File

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