aboutsummaryrefslogtreecommitdiff
path: root/etc/guix-daemon.cil.in
diff options
context:
space:
mode:
authorJohn Kehayias <john.kehayias@protonmail.com>2024-02-14 15:53:37 -0500
committerJohn Kehayias <john.kehayias@protonmail.com>2024-02-14 15:53:37 -0500
commitfd8acd3d348687939134fa602d92c4fc0c91b71c (patch)
tree38fbb104677a29fa2b227af5cf0155580f4bc430 /etc/guix-daemon.cil.in
parentf21a4f492e03065737d002a786da51db501048ab (diff)
downloadguix-fd8acd3d348687939134fa602d92c4fc0c91b71c.tar.gz
guix-fd8acd3d348687939134fa602d92c4fc0c91b71c.zip
gnu: picom: Update to 11.2.
* gnu/packages/compton.scm (picom): Update to 11.2. [inputs]: Reorder alphabetically. Replace pcre with pcre2. Add libepoxy and xcb-util. Change-Id: Ie8d8600a61457b117344ee4a2c6c210674ba5521
Diffstat (limited to 'etc/guix-daemon.cil.in')
0 files changed, 0 insertions, 0 deletions
" would be invoked by shepherd, with /dev/null as its standard input. It would thus run in non-interactive mode and, instead of asking for a passphrase, fail with: Nothing to read on input. This change ensures it runs in interactive mode. * gnu/build/file-systems.scm (system*/console, system*/tty): New procedures. * gnu/system/mapped-devices.scm (open-luks-device): Use 'system*/tty' instead of 'system*'. 2021-12-01gnu: system: Add LUKS2 support for the root file system.Josselin Poiret * gnu/bootloader/grub.scm (grub-configuration-file): Add 'insmod luks2'. * gnu/system/mapped-devices.scm (open-luks-device): Create '/run/cryptsetup/' directory. Signed-off-by: Ludovic Courtès <ludo@gnu.org> 2021-01-13services: shepherd: 'shepherd-service-type' requires documentation.Ludovic Courtès * gnu/services/shepherd.scm (shepherd-service-type): Require a 'description' form. * gnu/services/base.scm (root-file-system-service-type) (rngd-service-type, host-name-service-type): (virtual-terminal-service-type, console-keymap-service-type) (syslog-service-type, swap-service-type) (kmscon-service-type): Add description. * gnu/services/networking.scm (dhcp-client-service-type): Likewise. * gnu/system/install.scm (cow-store-service-type): Likewise. * gnu/system/linux-container.scm (dummy-networking-service-type): Likewise. * gnu/system/mapped-devices.scm (device-mapping-service-type): Likewise. * tests/guix-system.sh: Likewise. 2020-11-26mapped-devices: Add 'lvm-device-mapping'.Mikhail Tsykalov * gnu/system/mapped-devices.scm (lvm-device-mapping, open-lvm-device, close-lvm-device): New variables. * gnu/tests/install.scm (%lvm-separate-home-os, %lvm-separate-home-os-source, %lvm-separate-home-installation-script, %test-lvm-separate-home-os): New variables. * gnu/system/linux-initrd.scm (raw-initrd): Add (srfi srfi-1) to initrd expression. Signed-off-by: Ludovic Courtès <ludo@gnu.org> 2020-11-26mapped-devices: Allow target to be list of strings.Mikhail Tsykalov * gnu/system/mapped-devices.scm (<mapped-device>): Rename constructor to %mapped-device. [target]: Remove field. [targets]: New field. Adjust users. (mapped-device-compatibility-helper, mapped-device): New macros. (mapped-device-target): New deprecated procedure. Signed-off-by: Ludovic Courtès <ludo@gnu.org>