summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Fischer <martin@push-f.com>2024-12-14 11:48:16 +0100
committerMartin Fischer <martin@push-f.com>2024-12-14 11:49:12 +0100
commitd02fbcab9fc1f279be6ad12def3294016df3c6c3 (patch)
treedd68ffd756700d30b5708ebb47224ceba2d25798
parentecc325a8c3cf0510487988a923370e24bbc185b5 (diff)
tente: change dataDir of gitolite to /srv/gitolite
From the default of /var/lib/gitolite.
-rw-r--r--nixos/tente-configuration.nix1
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.