From ec2afd9e927a521edfb68ad9eb3e0e8391d12156 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Thu, 12 Jun 2025 07:40:53 -0700 Subject: use a dedicated SSH key for agenix The key is still stored in 1password, and we add a script to synchronize the key to the host. The existing keys have been rekeyed with the new key. --- nix/users/fcuny/secrets.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nix') diff --git a/nix/users/fcuny/secrets.nix b/nix/users/fcuny/secrets.nix index 0b6f7b6..1f6c351 100644 --- a/nix/users/fcuny/secrets.nix +++ b/nix/users/fcuny/secrets.nix @@ -1,7 +1,7 @@ { config, ... }: { age = { - identityPaths = [ "${config.home.homeDirectory}/.ssh/nixos" ]; + identityPaths = [ "${config.home.homeDirectory}/.ssh/agenix" ]; secretsDir = "${config.home.homeDirectory}/.local/share/agenix"; secrets = { -- cgit v1.2.3