diff options
| -rw-r--r-- | src/infrastructure/guix/system.scm | 3 |
1 files changed, 1 insertions, 2 deletions
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 |
