nixos/netbox: add GIT_PATH environment variable

used by the synchronization backend for remote git repositories, in
"Data Sources"
This commit is contained in:
Minijackson 2023-07-31 14:39:08 +02:00
parent bcdc4d976c
commit a57a322b8d
No known key found for this signature in database
GPG key ID: FEA888C9F5D64F62

View file

@ -180,6 +180,8 @@ in {
REPORTS_ROOT = "${cfg.dataDir}/reports";
SCRIPTS_ROOT = "${cfg.dataDir}/scripts";
GIT_PATH = "${pkgs.gitMinimal}/bin/git";
DATABASE = {
NAME = "netbox";
USER = "netbox";