aboutsummaryrefslogtreecommitdiff
path: root/gnu/services/ci.scm
diff options
context:
space:
mode:
authorAdriel Dumas--Jondeau <leirda@disroot.org>2023-11-19 18:44:33 +0100
committerjgart <jgart@dismail.de>2023-11-19 12:25:02 -0600
commit71b92466430acb8c91841522dc0eb7d766af4388 (patch)
treeb399c9fb5a9da93828816c2efddfed4b44daa8df /gnu/services/ci.scm
parent761810d32a0550912b5bb36a0c9f60141bcb7d20 (diff)
downloadguix-71b92466430acb8c91841522dc0eb7d766af4388.tar.gz
guix-71b92466430acb8c91841522dc0eb7d766af4388.zip
gnu: janet: Update to 1.32.1.
* gnu/packages/lisp.scm (janet): Update to 1.32.1. Change-Id: I4c34bbdedf0e21ba9c605b71205b010118dcf0b4 Signed-off-by: jgart <jgart@dismail.de>
Diffstat (limited to 'gnu/services/ci.scm')
0 files changed, 0 insertions, 0 deletions
gnu/installer/services.scm (networking-system-service?): Remove it. Tobias Geerinckx-Rice 2020-12-11Revert "services: openssh: Warn about 'password-authentication?' default."...This reverts commit aecd2a13cbd8301d0fdeafcacbf69e12cc3f6138 for two reasons: 1. The warning would fire every time (gnu services ssh) is loaded; 2. There's still no clear consensus on the approach to follow as discussed in <https://issues.guix.gnu.org/44808>. Ludovic Courtès 2020-12-07services: openssh: Warn about 'password-authentication?' default....Fixes <https://bugs.gnu.org/44808>. Reported by Christopher Lemmer Webber <cwebber@dustycloud.org>. * gnu/services/ssh.scm (true-but-soon-false): New procedure. (<openssh-configuration>)[password-authentication?]: Change default to 'true-but-soon-false'. * gnu/installer/services.scm (%system-services): Explicitly set 'password-authentication?' to #f. Ludovic Courtès 2020-10-13installer: Add Emacs EXWM desktop environment....Suggested by zenny via IRC. * gnu/installer/services.scm (%system-services): Add emacs, emacs-exwm, emacs-desktop-environment. * etc/release-manifest.scm (%system-packages): Likewise. * gnu/system/examples/lightweight-desktop.tmpl: Likewise. * gnu/tests/install.scm (installation-target-desktop-os-for-gui-tests) [packages]: Likewise * gnu/installer/newt/services.scm (run-desktop-environments-cbt-page): Make one entry taller. Jan (janneke) Nieuwenhuizen