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 = { # go = {
enable = true; # enable = true;
env = { # env = {
GOPRIVATE = [ "git.sprouting.cloud" ]; # GOPRIVATE = [ "git.sprouting.cloud" ];
}; # };
}; # };
gpg = { gpg = {
enable = true; enable = true;
}; };