aboutsummaryrefslogtreecommitdiff
path: root/tests/keys/ed25519-3.pub
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2024-04-29 12:31:13 +0200
committerRicardo Wurmus <rekado@elephly.net>2024-05-05 22:38:15 +0200
commitc4eccd20664a0f9d9134d98a5b430f67e84176c7 (patch)
tree6cf24582723480cb6c0d93c74e64957bca5575d4 /tests/keys/ed25519-3.pub
parent94ea83d9effe9ded5097f15feebc91fe72e7b4e0 (diff)
downloadguix-c4eccd20664a0f9d9134d98a5b430f67e84176c7.tar.gz
guix-c4eccd20664a0f9d9134d98a5b430f67e84176c7.zip
gnu: Add python-clarabel.
* gnu/packages/python-science.scm (python-clarabel): New variable. Change-Id: I28459162460ca9bf9e9557122f611c677afadc27
Diffstat (limited to 'tests/keys/ed25519-3.pub')
0 files changed, 0 insertions, 0 deletions
an class='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