I Have a Passable Netbird Config Now

This commit is contained in:
Annika Merris 2024-09-03 09:43:58 -04:00
parent 8770d3791b
commit f11ae539c1
7 changed files with 53 additions and 43 deletions

View file

@ -22,6 +22,11 @@ in
enable = true;
userName = config.gitName;
userEmail = config.gitEmail;
extraConfig = {
pull = {
rebase = true;
};
};
};
};
};