aboutsummaryrefslogtreecommitdiff
path: root/secrets/secrets.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2026-01-03 11:07:35 -0800
committerFranck Cuny <franck@fcuny.net>2026-01-03 11:07:35 -0800
commitce05d9398d0df62c00888474e28026819defcd62 (patch)
tree6452e1f2a43a92778eec6cef1a38f8af79b5761b /secrets/secrets.nix
parentconfigure the theme for bottom and bat (diff)
downloadinfra-ce05d9398d0df62c00888474e28026819defcd62.tar.gz
configure aider and emacs properly
Use anthropic's models and set the API key.
Diffstat (limited to '')
-rw-r--r--secrets/secrets.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/secrets/secrets.nix b/secrets/secrets.nix
index 2b645eb..2930859 100644
--- a/secrets/secrets.nix
+++ b/secrets/secrets.nix
@@ -97,4 +97,8 @@ in
users.fcuny
hosts.argonath
];
+
+ "users/fcuny/anthropic-api-key.age".publicKeys = [
+ users.fcuny
+ ];
}