feat(gerrit): add git in the environment to perform git-native clones

Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
This commit is contained in:
raito 2024-08-23 20:19:26 +02:00
parent 0eaaf860d1
commit 5dc6165c2e

View file

@ -42,7 +42,7 @@ in
config = mkIf cfg.enable {
networking.firewall.allowedTCPPorts = [ cfg.port ];
environment.systemPackages = [ jdk ];
environment.systemPackages = [ jdk pkgs.git ];
fileSystems."/var/lib/gerrit" = mkIf (cfg.data != "/var/lib/gerrit") {
device = cfg.data;