From a18a3bed5047a7c589bba9c7569a6ae953b3803d Mon Sep 17 00:00:00 2001 From: stuebinm Date: Sat, 20 Mar 2021 00:05:10 +0100 Subject: fix git push for cgit --- hosts/chaski/services/cgit.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'hosts/chaski') diff --git a/hosts/chaski/services/cgit.nix b/hosts/chaski/services/cgit.nix index 7ce041c..094bfd5 100644 --- a/hosts/chaski/services/cgit.nix +++ b/hosts/chaski/services/cgit.nix @@ -86,6 +86,7 @@ openssh.authorizedKeys.keys = config.users.users.root.openssh.authorizedKeys.keys; home = "/var/git"; isNormalUser = true; + packages = [ pkgs.git ]; }; networking.firewall.allowedTCPPorts = [ 80 443 ]; -- cgit v1.2.3