From aff803f0b9faabf32ee29d9c36f1c10bf52d805d Mon Sep 17 00:00:00 2001 From: coolneng Date: Fri, 13 Aug 2021 19:58:01 +0100 Subject: [PATCH] Change agenix SSH key path to /etc/ssh --- configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index 3a6f0e4..806da9b 100644 --- a/configuration.nix +++ b/configuration.nix @@ -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