diff options
Diffstat (limited to 'config/services/git/default.nix')
| -rw-r--r-- | config/services/git/default.nix | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/config/services/git/default.nix b/config/services/git/default.nix index 5c6d629..65663c1 100644 --- a/config/services/git/default.nix +++ b/config/services/git/default.nix @@ -16,15 +16,4 @@ }; users.groups.git = { }; - - services.openssh = { - extraConfig = '' - Match user git - AllowTcpForwarding no - AllowAgentForwarding no - PasswordAuthentication no - PermitTTY no - X11Forwarding no - ''; - }; } |
