From 3c3e4531dac7f4ab591bf391be72a11121b45673 Mon Sep 17 00:00:00 2001 From: tzlil Date: Fri, 17 Feb 2023 16:50:09 +0200 Subject: cgit works, added git user to ssh AllowUser, added uid/gid maps to persist --- profiles/ssh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'profiles/ssh.nix') diff --git a/profiles/ssh.nix b/profiles/ssh.nix index 4c12cc7..49917f9 100644 --- a/profiles/ssh.nix +++ b/profiles/ssh.nix @@ -15,7 +15,7 @@ AuthenticationMethods publickey StreamLocalBindUnlink yes - AllowUsers tzlil + AllowUsers tzlil git ''; settings = { permitRootLogin = "no"; -- cgit 1.4.1