remove bad copy/paste

This commit is contained in:
Ray Andrew 2024-10-11 23:17:38 -05:00
parent d405ff6d5c
commit ba821b057e

View file

@ -213,10 +213,10 @@ in
openssh = { openssh = {
enable = true; enable = true;
settings = { settings = {
PermitRootLogin = "yes";stopServices PermitRootLogin = "yes";
PasswordAuthentication = false;stopServices PasswordAuthentication = false;
};stopServices };
extraConfig = ''stopServices extraConfig = ''
Match User gitea Match User gitea
AllowAgentForwarding no AllowAgentForwarding no
AllowTcpForwarding no AllowTcpForwarding no