box: tell gitea to ignore the global git config

This commit is contained in:
Aaron Bieber 2023-01-09 13:00:41 -07:00
parent c40c86b10e
commit 9b607f5b7d
No known key found for this signature in database

View File

@ -792,6 +792,11 @@ in {
ReadOnlyPaths = [ "/etc/nixos/secrets" ];
};
systemd.services.gitea.environment = {
GIT_CONFIG_NOGLOBAL = "true";
GIT_CONFIG_NOSYSTEM = "true";
};
#systemd.services."nextcloud-setup" = {
# requires = [ "postgresql.service" ];
# after = [ "postgresql.service" ];