{ config, pkgs, ... }: { services.openssh = { enable = true; extraConfig = '' Match User gitea AllowAgentForwarding no AllowTcpForwarding no PermitTTY no X11Forwarding no ''; }; }