removing unnecessary code (#41)

* removing unnecessary code

* replaced some of the code

* removed endlessh-go from jeeves-jr
This commit is contained in:
Richie Cahill
2024-01-16 18:49:03 -05:00
committed by GitHub
parent 5d2f5934f8
commit 2305974694
3 changed files with 2 additions and 7 deletions

View File

@ -3,11 +3,10 @@
{
config = {
services = {
openssh = lib.mkIf config.services.gitea.enable {
extraConfig = ''
Match User gitea
AllowAgentForwarding no
AllowTcpForwarding no
PermitTTY no
X11Forwarding no
'';