diff --git a/hosts/git/configuration.nix b/hosts/git/configuration.nix index 8ae8aca..789b8f8 100644 --- a/hosts/git/configuration.nix +++ b/hosts/git/configuration.nix @@ -213,10 +213,10 @@ in openssh = { enable = true; settings = { - PermitRootLogin = "yes";stopServices - PasswordAuthentication = false;stopServices - };stopServices - extraConfig = ''stopServices + PermitRootLogin = "yes"; + PasswordAuthentication = false; + }; + extraConfig = '' Match User gitea AllowAgentForwarding no AllowTcpForwarding no