diff options
| author | quentin@aristote.fr <quentin@aristote.fr> | 2026-01-17 16:06:34 +0100 |
|---|---|---|
| committer | quentin@aristote.fr <quentin@aristote.fr> | 2026-01-17 21:42:37 +0100 |
| commit | 59612bd4cf0a8fd1e68569fdc89fd957b67da44f (patch) | |
| tree | fbdf5308781379e2ca37e7038d08e434e276b570 /config/services/git/default.nix | |
| parent | 7cd1f0201a2060f978daee31121cbf763861656c (diff) | |
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 - ''; - }; } |
