fix: ssh not using correct identity

This commit is contained in:
2026-06-23 22:48:21 +02:00
parent d135a15bcd
commit c9526ca283
+1
View File
@@ -32,6 +32,7 @@ in
}; };
} }
// lib.optionalAttrs hasSigningKey { // lib.optionalAttrs hasSigningKey {
core.sshCommand = "ssh -i ${privateKeyPath} -o IdentitiesOnly=yes";
gpg.ssh.allowedSignersFile = allowedSignersFile; gpg.ssh.allowedSignersFile = allowedSignersFile;
}; };
}; };