From d02fbcab9fc1f279be6ad12def3294016df3c6c3 Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Sat, 14 Dec 2024 11:48:16 +0100 Subject: tente: change dataDir of gitolite to /srv/gitolite From the default of /var/lib/gitolite. --- nixos/tente-configuration.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'nixos') diff --git a/nixos/tente-configuration.nix b/nixos/tente-configuration.nix index e206607..334089f 100644 --- a/nixos/tente-configuration.nix +++ b/nixos/tente-configuration.nix @@ -70,6 +70,7 @@ enable = true; adminPubkey = ""; # TODO: submit PR to nixpkgs to make this option optional user = "git"; + dataDir = "/srv/gitolite"; }; # Open ports in the firewall. -- cgit v1.2.3