fix: ssh not using correct identity
This commit is contained in:
@@ -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;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user