diff options
| author | EuAndreh <eu@euandre.org> | 2022-11-25 19:47:39 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2022-11-25 19:47:45 -0300 |
| commit | 598d5181235f8416e9f6c5affb594766d2c64099 (patch) | |
| tree | e7f33619da4889fd518f717ba48355ec7ed865f0 | |
| parent | src/infrastructure/guix/system.scm: Add cronjobs for borg and reconfigure (diff) | |
| download | server-598d5181235f8416e9f6c5affb594766d2c64099.tar.gz server-598d5181235f8416e9f6c5affb594766d2c64099.tar.xz | |
src/infrastructure/guix/system.scm: Use git-shell as the login for git
| -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 |
