From 04d92a29e3620e829484f71fe19b4f60489fdda4 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Sun, 16 Apr 2023 19:51:00 +0100 Subject: [PATCH] hosts: nixos: aramis: secrets: rename SSH key --- hosts/nixos/aramis/secrets/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/nixos/aramis/secrets/default.nix b/hosts/nixos/aramis/secrets/default.nix index 66d2c07..c6f02dc 100644 --- a/hosts/nixos/aramis/secrets/default.nix +++ b/hosts/nixos/aramis/secrets/default.nix @@ -19,7 +19,7 @@ identityPaths = [ # Due to being a laptop, this host does not itself have any SSH keys - "/home/ambroisie/.ssh/id_ed25519" + "/home/ambroisie/.ssh/agenix" ]; }; }