From 2a154ba696ace0ba57ee2e88604010b98d4e8d3b Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Thu, 12 Dec 2024 17:51:19 +0100 Subject: tente: enable gitolite --- nixos/tente-configuration.nix | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'nixos') diff --git a/nixos/tente-configuration.nix b/nixos/tente-configuration.nix index 678a133..e206607 100644 --- a/nixos/tente-configuration.nix +++ b/nixos/tente-configuration.nix @@ -66,6 +66,12 @@ # Enable the OpenSSH daemon. services.openssh.enable = true; + services.gitolite = { + enable = true; + adminPubkey = ""; # TODO: submit PR to nixpkgs to make this option optional + user = "git"; + }; + # Open ports in the firewall. # networking.firewall.allowedTCPPorts = [ ... ]; # networking.firewall.allowedUDPPorts = [ ... ]; -- cgit v1.2.3