Compare commits
3 Commits
dae44dc066
...
764710c32e
| Author | SHA1 | Date | |
|---|---|---|---|
| 764710c32e | |||
| 6d53f4fb47 | |||
| ec1ea34c6c |
@@ -159,19 +159,18 @@
|
||||
lfs = {
|
||||
enable = true;
|
||||
};
|
||||
user.name = "Matthew Stobbs";
|
||||
user.email = "${email}";
|
||||
userName = "Matthew Stobbs";
|
||||
userEmail = "${email}";
|
||||
settings = {
|
||||
init.defaultBranch = "main";
|
||||
};
|
||||
};
|
||||
go = {
|
||||
enable = true;
|
||||
env = {
|
||||
GOPRIVATE = [ "git.sprouting.cloud" ];
|
||||
};
|
||||
};
|
||||
# go = {
|
||||
# enable = true;
|
||||
# env = {
|
||||
# GOPRIVATE = [ "git.sprouting.cloud" ];
|
||||
# };
|
||||
# };
|
||||
gpg = {
|
||||
enable = true;
|
||||
};
|
||||
@@ -340,4 +339,5 @@
|
||||
enable = true;
|
||||
enableZshIntegration = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user