From 2efa47b97e09277ec7a8630893b7d3e59364d7d3 Mon Sep 17 00:00:00 2001 From: ahuston-0 <aliceghuston@gmail.com> Date: Sun, 26 May 2024 19:03:40 -0400 Subject: [PATCH] switch to hm-sops key Signed-off-by: ahuston-0 <aliceghuston@gmail.com> --- users/alice/home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/users/alice/home.nix b/users/alice/home.nix index 2ce7351..1170cd0 100644 --- a/users/alice/home.nix +++ b/users/alice/home.nix @@ -177,7 +177,7 @@ }; sops = { - age.sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ]; + age.sshKeyPaths = [ "/home/alice/.ssh/id_ed25519_sops" ]; defaultSopsFile = ./secrets.yaml; secrets."alice/wakatime-api-key".path = "/home/alice/.config/doom/wakatime"; };