This commit is contained in:
Tao Tien 2025-02-25 17:29:04 -08:00
parent 79f74b4e7f
commit 94602bc06b
4 changed files with 11 additions and 6 deletions

View file

@ -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";