mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 13:40:28 +03:00
nixos/netbox: add GIT_PATH environment variable
used by the synchronization backend for remote git repositories, in "Data Sources"
This commit is contained in:
parent
bcdc4d976c
commit
a57a322b8d
1 changed files with 2 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue