Compare commits
3 Commits
dae44dc066
...
764710c32e
| Author | SHA1 | Date | |
|---|---|---|---|
| 764710c32e | |||
| 6d53f4fb47 | |||
| ec1ea34c6c |
@@ -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;
|
||||||
};
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user