summaryrefslogtreecommitdiff
path: root/config/services
diff options
context:
space:
mode:
authorquentin@aristote.fr <quentin@aristote.fr>2026-01-17 16:06:34 +0100
committerquentin@aristote.fr <quentin@aristote.fr>2026-01-17 21:42:37 +0100
commit59612bd4cf0a8fd1e68569fdc89fd957b67da44f (patch)
treefbdf5308781379e2ca37e7038d08e434e276b570 /config/services
parent7cd1f0201a2060f978daee31121cbf763861656c (diff)
ssh: hardenHEADmaster
Diffstat (limited to 'config/services')
-rw-r--r--config/services/git/default.nix11
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
- '';
- };
}