remove go definition

Signed-off-by: Matthew Stobbs <matthew@sprouting.cloud>
This commit is contained in:
2026-08-19 09:01:35 -05:00
parent d9d531b9e6
commit dae44dc066

View File

@@ -166,12 +166,12 @@
};
};
};
go = {
enable = true;
env = {
GOPRIVATE = [ "git.sprouting.cloud" ];
};
};
# go = {
# enable = true;
# env = {
# GOPRIVATE = [ "git.sprouting.cloud" ];
# };
# };
gpg = {
enable = true;
};