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'.
This commit is contained in:
Chandler Swift 2026-02-10 10:30:04 -06:00
parent 052854db38
commit b765bb1a97
No known key found for this signature in database
GPG key ID: B123483B24A4D579
2 changed files with 2 additions and 2 deletions

View file

@ -286,7 +286,7 @@
programs.ssh = {
enable = true;
addKeysToAgent = "yes";
matchBlocks."*".addKeysToAgent = "yes";
matchBlocks = {
bert = {
user = "root";