aboutsummaryrefslogtreecommitdiff
path: root/gnu/tests/security.scm
diff options
context:
space:
mode:
authorPhilippe SWARTVAGHER <phil.swart@gmx.fr>2024-05-17 22:19:36 +0200
committerLudovic Courtès <ludo@gnu.org>2024-06-13 18:55:32 +0200
commit9cf37ccb81947c790fb8f48b0d49ff1dd4903d62 (patch)
tree35cc5c268e5ce75ba43563cfff28f5bb011c4dcc /gnu/tests/security.scm
parent7e00fb9f31f51ac2f9fa67b71a3eb8aaa23efdb6 (diff)
downloadguix-9cf37ccb81947c790fb8f48b0d49ff1dd4903d62.tar.gz
guix-9cf37ccb81947c790fb8f48b0d49ff1dd4903d62.zip
gnu: hwloc: Update to 2.10.0.
* gnu/packages/mpi.scm (hwloc): Update to 2.10.0. Change-Id: If3971c18542dd3d2d03fa48f5d440d38c6f827a7 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu/tests/security.scm')
0 files changed, 0 insertions, 0 deletions
msg-avail'>...* gnu/services/sddm.scm (sdm-pam-service): Set uid from CONFIG. (sdm-autologin-pam-service): Set uid from CONFIG. (sdm-pam-services): Pass CONFIG to 'sddm-pam-service' and 'sddm-autologin-pam-service'. * doc/guix.texi (X Window): Adjust 'minimum-uid' documentation. Co-authored-by: Ludovic Courtès <ludo@gnu.org> Reza Alizadeh Majd 2019-04-11services: sddm: Switch back to using ‘startx’....* gnu/services/sddm.scm (sddm-configuration-file): Use XORG-START-COMMAND. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr> frozenpigs 2019-03-25services: SDDM: Specify absolute path to the X server....I'm not sure how this service ever worked, but SDDM started consistently failing on one machine seemingly because of this setting. * gnu/services/sddm.scm (sddm-configuration-file): Append /bin/X to the ServerPath setting. Marius Bakke 2019-03-24services: sddm, slim, gdm: Take an <xorg-configuration> record....* gnu/services/sddm.scm (<sddm-configuration>)[xorg-server-path] [xserver-arguments]: Remove. [xorg-configuration]: New field. (sddm-configuration-file): Adjust accordingly. * gnu/services/xorg.scm (<slim-configuration>)[startx]: Remove. [xorg-configuration]: New field. (slim-shepherd-service, slim-service): Adjust accordingly. (<gdm-configuration>)[x-server]: Remove. [xorg-configuration]: New field. (gdm-shepherd-service, gdm-service): Adjust accordingly. * doc/guix.texi (X Window): Update accordingly. Ludovic Courtès