From ba821b057e6d9925dff67b6aff1c641ac0313d02 Mon Sep 17 00:00:00 2001 From: Ray Andrew <4437323+rayandrew@users.noreply.github.com> Date: Fri, 11 Oct 2024 23:17:38 -0500 Subject: [PATCH] remove bad copy/paste --- hosts/git/configuration.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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