Compare commits

..

3 Commits

Author SHA1 Message Date
764710c32e revert previous git warning
Signed-off-by: Matthew Stobbs <matthew@sprouting.cloud>
2026-08-19 09:04:06 -05:00
6d53f4fb47 revert go, fix final closing brace
Signed-off-by: Matthew Stobbs <matthew@sprouting.cloud>
2026-08-19 09:03:24 -05:00
ec1ea34c6c revert go, fix final closing brace
Signed-off-by: Matthew Stobbs <matthew@sprouting.cloud>
2026-08-19 09:02:29 -05:00

View File

@@ -159,19 +159,18 @@
lfs = { lfs = {
enable = true; enable = true;
}; };
user.name = "Matthew Stobbs"; userName = "Matthew Stobbs";
user.email = "${email}"; userEmail = "${email}";
settings = { settings = {
init.defaultBranch = "main"; init.defaultBranch = "main";
}; };
}; };
go = {
enable = true;
env = {
GOPRIVATE = [ "git.sprouting.cloud" ];
};
}; };
# go = {
# enable = true;
# env = {
# GOPRIVATE = [ "git.sprouting.cloud" ];
# };
# };
gpg = { gpg = {
enable = true; enable = true;
}; };
@@ -340,4 +339,5 @@
enable = true; enable = true;
enableZshIntegration = true; enableZshIntegration = true;
}; };
};
} }