From 598d5181235f8416e9f6c5affb594766d2c64099 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Fri, 25 Nov 2022 19:47:39 -0300 Subject: src/infrastructure/guix/system.scm: Use git-shell as the login for git --- src/infrastructure/guix/system.scm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src') diff --git a/src/infrastructure/guix/system.scm b/src/infrastructure/guix/system.scm index 6e8b1ac..d832762 100644 --- a/src/infrastructure/guix/system.scm +++ b/src/infrastructure/guix/system.scm @@ -1674,8 +1674,7 @@ (group "git") (comment "Public Git user") (home-directory "/srv/git") - ;; FIXME: disable interactive SSH - #; (shell (file-append shadow "/sbin/nologin")))) + (shell (file-append git "/bin/git-shell")))) %base-user-accounts)) (groups (append -- cgit v1.2.3