We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9235a7f commit 2c56342Copy full SHA for 2c56342
modules/apps/ssh.nix
@@ -9,7 +9,7 @@
9
];
10
matchBlocks."*" = {
11
addKeysToAgent = "yes";
12
- identitiesOnly = "yes";
+ identitiesOnly = true;
13
compression = true;
14
forwardAgent = false;
15
hashKnownHosts = false;
0 commit comments