readded buildbox configs for git
This commit is contained in:
@@ -96,6 +96,15 @@
|
||||
TERM = "xterm-256color";
|
||||
};
|
||||
};
|
||||
} // lib.optionalAttrs (hostname == "buildbox") {
|
||||
"192.168.8.109" = {
|
||||
identityFile = "~/.ssh/gitea-buildbox";
|
||||
user = "gitea";
|
||||
};
|
||||
"github.com" = {
|
||||
identityFile = "~/.ssh/github-buildbox";
|
||||
user = "git";
|
||||
};
|
||||
};
|
||||
extraConfig = ''
|
||||
IdentityAgent ~/.1password/agent.sock
|
||||
|
||||
Reference in New Issue
Block a user