box: tell gitea to ignore the global git config
This commit is contained in:
parent
c40c86b10e
commit
9b607f5b7d
@ -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" ];
|
||||
|
Loading…
Reference in New Issue
Block a user