summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--git.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/git.nix b/git.nix
index b94c713..a63d718 100644
--- a/git.nix
+++ b/git.nix
@@ -13,6 +13,8 @@ in {
};
users.groups.git = { };
+ environment.systemPackages = [ pkgs.git ];
+
services.openssh.extraConfig = ''
Match user git
AllowTcpForwarding no