removing unnecessary code (#41)
* removing unnecessary code * replaced some of the code * removed endlessh-go from jeeves-jr
This commit is contained in:
@ -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
|
||||
'';
|
||||
|
Reference in New Issue
Block a user