From e2382abacc71e6bccd982d05305d6a42b766c27d Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Fri, 7 Jun 2024 21:41:04 +0200 Subject: [PATCH] Fix --- home/system/sops/server.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/system/sops/server.nix b/home/system/sops/server.nix index 4ce6750..a518969 100644 --- a/home/system/sops/server.nix +++ b/home/system/sops/server.nix @@ -5,7 +5,7 @@ age.keyFile = "/home/hadi/.config/sops/age/keys.txt"; defaultSopsFile = ../../../secrets/secrets.yaml; secrets = { - gts = { path = "/home/hadi/.ssh/gts"; }; + gts = { path = "/home/hadi/.ssh/github"; }; sshconfigheaven = { path = "/home/hadi/.ssh/config"; }; }; };