From 09c56d80f3be9ec988204446d77a5b6a365c3f38 Mon Sep 17 00:00:00 2001 From: Deepak Mallubhotla Date: Thu, 6 Mar 2025 19:08:34 +0000 Subject: [PATCH] better sops file placing --- home/deepak/home.nix | 2 ++ 1 file changed, 2 insertions(+) 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"; }; }; };