From 5a6790901760d15b745dc6115cac388e609476a6 Mon Sep 17 00:00:00 2001 From: coolneng Date: Tue, 7 Dec 2021 10:53:59 +0100 Subject: [PATCH] Rename sshKeyPaths to identityPaths in agenix --- configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index 469c878..ebcc2fa 100644 --- a/configuration.nix +++ b/configuration.nix @@ -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