diff options
-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. |