Change agenix SSH key path to /etc/ssh
This commit is contained in:
parent
0ff6f77fe5
commit
aff803f0b9
|
@ -101,7 +101,7 @@
|
|||
age = {
|
||||
secrets.wireguard.file = secrets/wireguard.age;
|
||||
secrets.syncthing.file = secrets/syncthing.age;
|
||||
sshKeyPaths = [ "/home/coolneng/.ssh/id_ed25519" ];
|
||||
sshKeyPaths = [ "/etc/ssh/id_ed25519" ];
|
||||
};
|
||||
|
||||
# Import other configuration modules
|
||||
|
|
Loading…
Reference in New Issue