diff --git a/home/deepak/home.nix b/home/deepak/home.nix index a3fe70a..f80120a 100644 --- a/home/deepak/home.nix +++ b/home/deepak/home.nix @@ -183,8 +183,10 @@ in # It's also possible to use a ssh key, but only when it has no password: #age.sshKeyPaths = [ "/home/user/path-to-ssh-key" ]; defaultSopsFile = ./secrets.yaml; + secrets = { anthropic_api_key = { + name = "anthropic_api_key"; }; }; };