Fix nix builds from private repo
Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
@@ -30,6 +30,10 @@
|
|||||||
"github.com" = {
|
"github.com" = {
|
||||||
hostname = "github.com";
|
hostname = "github.com";
|
||||||
user = "git";
|
user = "git";
|
||||||
|
identityFile = [
|
||||||
|
"${home}/.ssh/ssh_sas_ed25519_key"
|
||||||
|
"${home}/.ssh/ssh_personal_ed25519_key"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
"gitlab.sas.com" = {
|
"gitlab.sas.com" = {
|
||||||
|
Reference in New Issue
Block a user