From f67e56485509ce87bfc8d079813261848037104d Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sun, 8 Jun 2025 20:01:34 -0700 Subject: use agenix to manage some secrets I have some secrets that I want to manage for my user without having to rely on 1password, and ensure proper rotation everywhere when needed. For now we only have two secrets (one for `llm` and another one is the API key for anthropic for Emacs). Will document the process better in the near future. --- nix/users/fcuny/home-manager.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'nix/users/fcuny/home-manager.nix') diff --git a/nix/users/fcuny/home-manager.nix b/nix/users/fcuny/home-manager.nix index ae8c319..54b5ad7 100644 --- a/nix/users/fcuny/home-manager.nix +++ b/nix/users/fcuny/home-manager.nix @@ -21,6 +21,7 @@ in ./1password.nix ./dev.nix ./media.nix + ./secrets.nix ] ++ lib.optionals (machineUtils.isMachineType "work" systemName) [ ./work.nix ] ++ lib.optionals (machineUtils.isMachineType "personal" systemName) [ ./personal.nix ]; -- cgit v1.2.3