diff --git a/home/system/sops/server.nix b/home/system/sops/server.nix index 4ce67500..a518969a 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"; }; }; };