grifin
This commit is contained in:
parent
79f74b4e7f
commit
94602bc06b
4 changed files with 11 additions and 6 deletions
|
|
@ -109,6 +109,10 @@ in {
|
|||
userEmail = "29749622+taotien@users.noreply.github.com";
|
||||
# extraConfig = {
|
||||
# };
|
||||
ignores = [
|
||||
"/target"
|
||||
".direnv"
|
||||
];
|
||||
};
|
||||
|
||||
nushell = {
|
||||
|
|
@ -130,8 +134,8 @@ in {
|
|||
forwardAgent = true;
|
||||
identityFile = "/home/tao/.ssh/id_ed25519";
|
||||
};
|
||||
"beagle" = {
|
||||
hostname = "beagle";
|
||||
"griffin" = {
|
||||
hostname = "griffin";
|
||||
user = "tltien";
|
||||
forwardAgent = true;
|
||||
identityFile = "/home/tao/.ssh/id_ed25519";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue