tangled
alpha
login
or
join now
devins.page
/
flake
0
fork
atom
configurations for my servers and desktops
nix
nixos
flake
dots
dotfiles
0
fork
atom
overview
issues
pulls
pipelines
fix: git config
devins.page
3 months ago
4ad88b3a
11c1995a
+3
-3
1 changed file
expand all
collapse all
unified
split
modules
users
devin.nix
+3
-3
modules/users/devin.nix
···
54
54
55
55
git = {
56
56
enable = true;
57
57
-
userName = "intergrav";
58
58
-
userEmail = "devin@devins.page";
59
59
-
extraConfig = {
57
57
+
settings = {
58
58
+
user.name = "intergrav";
59
59
+
user.email = "devin@devins.page";
60
60
credential.helper = "!gh auth git-credential";
61
61
pull.rebase = true;
62
62
rebase.autoStash = true;