fix warn
This commit is contained in:
parent
ab791e7b77
commit
e26b886871
2 changed files with 11 additions and 7 deletions
|
|
@ -122,8 +122,10 @@ in {
|
|||
|
||||
git = {
|
||||
enable = true;
|
||||
userName = "Tao Tien";
|
||||
userEmail = "29749622+taotien@users.noreply.github.com";
|
||||
settings.user = {
|
||||
name = "Tao Tien";
|
||||
email = "29749622+taotien@users.noreply.github.com";
|
||||
};
|
||||
# extraConfig = {
|
||||
# };
|
||||
ignores = [
|
||||
|
|
@ -144,9 +146,11 @@ in {
|
|||
|
||||
ssh = {
|
||||
enable = true;
|
||||
addKeysToAgent = "yes";
|
||||
compression = true;
|
||||
matchBlocks = {
|
||||
"*" = {
|
||||
addKeysToAgent = "yes";
|
||||
compression = true;
|
||||
};
|
||||
"stargate" = {
|
||||
hostname = "stargate.cs.usfca.edu";
|
||||
user = "tltien";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue