diff options
| -rw-r--r-- | git.nix | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -13,6 +13,8 @@ in { }; users.groups.git = { }; + environment.systemPackages = [ pkgs.git ]; + services.openssh.extraConfig = '' Match user git AllowTcpForwarding no |
