Change agenix SSH key path to /etc/ssh
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user