From b765bb1a97fde149f4c7db9d1db070ab71553fce Mon Sep 17 00:00:00 2001 From: Chandler Swift Date: Tue, 10 Feb 2026 10:30:04 -0600 Subject: [PATCH] Update addKeysToAgent key evaluation warning: chandler profile: The option `programs.ssh.addKeysToAgent' defined in `/home/chandler/projects/machine-config/sam/configuration.nix' has been renamed to `programs.ssh.matchBlocks.*.addKeysToAgent'. --- oscar/configuration.nix | 2 +- sam/configuration.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/oscar/configuration.nix b/oscar/configuration.nix index 27354e7..12626de 100644 --- a/oscar/configuration.nix +++ b/oscar/configuration.nix @@ -286,7 +286,7 @@ programs.ssh = { enable = true; - addKeysToAgent = "yes"; + matchBlocks."*".addKeysToAgent = "yes"; matchBlocks = { bert = { user = "root"; diff --git a/sam/configuration.nix b/sam/configuration.nix index de3e7ac..2d9183c 100644 --- a/sam/configuration.nix +++ b/sam/configuration.nix @@ -221,7 +221,7 @@ programs.ssh = { enable = true; - addKeysToAgent = "yes"; + matchBlocks."*".addKeysToAgent = "yes"; includes = [ "config.d/*" ];