aboutsummaryrefslogtreecommitdiff
path: root/nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2025-06-12 07:40:53 -0700
committerFranck Cuny <franck@fcuny.net>2025-06-12 07:40:53 -0700
commitec2afd9e927a521edfb68ad9eb3e0e8391d12156 (patch)
treef348f44d197acf8ee9fff40fef5e04cc1c69b15b /nix
parentconfigure `aspell` properly to work with Emacs (diff)
downloadinfra-ec2afd9e927a521edfb68ad9eb3e0e8391d12156.tar.gz
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.
Diffstat (limited to 'nix')
-rw-r--r--nix/users/fcuny/secrets.nix2
1 files changed, 1 insertions, 1 deletions
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 = {