diff options
author | Martin Fischer <martin@push-f.com> | 2024-12-14 11:48:16 +0100 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2024-12-14 11:49:12 +0100 |
commit | d02fbcab9fc1f279be6ad12def3294016df3c6c3 (patch) | |
tree | dd68ffd756700d30b5708ebb47224ceba2d25798 | |
parent | ecc325a8c3cf0510487988a923370e24bbc185b5 (diff) |
tente: change dataDir of gitolite to /srv/gitolite
From the default of /var/lib/gitolite.
-rw-r--r-- | nixos/tente-configuration.nix | 1 |
1 files changed, 1 insertions, 0 deletions
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. |