From 61fa2329f553f9c7962e968e1ec98ae675903b70 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Tue, 12 Aug 2025 08:52:51 -0700 Subject: users -> home --- home/profiles/secrets.nix | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 home/profiles/secrets.nix (limited to 'home/profiles/secrets.nix') diff --git a/home/profiles/secrets.nix b/home/profiles/secrets.nix new file mode 100644 index 0000000..65131df --- /dev/null +++ b/home/profiles/secrets.nix @@ -0,0 +1,17 @@ +{ self, config, ... }: +{ + age = { + identityPaths = [ "${config.home.homeDirectory}/.ssh/agenix" ]; + secretsDir = "${config.home.homeDirectory}/.local/share/agenix"; + + secrets = { + llm = { + file = "${self}/secrets/users/fcuny/llm.age"; + path = "${config.home.homeDirectory}/.config/llm/keys.json"; + }; + anthropic-api-key = { + file = "${self}/secrets/users/fcuny/anthropic-api-key.age"; + }; + }; + }; +} -- cgit v1.2.3