Skip to content

Commit 2c56342

Browse files
committed
fix(apps.ssh): correct config name
1 parent 9235a7f commit 2c56342

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/apps/ssh.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
];
1010
matchBlocks."*" = {
1111
addKeysToAgent = "yes";
12-
identitiesOnly = "yes";
12+
identitiesOnly = true;
1313
compression = true;
1414
forwardAgent = false;
1515
hashKnownHosts = false;

0 commit comments

Comments
 (0)