From a44fe963badbe1aecd2ec336b0546ac36ea85657 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sun, 18 Aug 2024 20:41:44 -0300 Subject: system.scm: Fix shell of "git" user --- src/guix/system.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/guix/system.scm b/src/guix/system.scm index f344e5e..f0f3852 100644 --- a/src/guix/system.scm +++ b/src/guix/system.scm @@ -252,11 +252,11 @@ (name user) (group group) (system? #t) - (comment "Git service user") + (comment "External SSH Git service user") (home-directory "/var/empty") (create-home-directory? #f) (shell - (file-append shadow "/sbin/nologin")))))) + (file-append git "/bin/git-shell")))))) (define (git-activation config) (match-record config -- cgit v1.2.3