aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2020-11-13 09:08:02 +0100
committerLudovic Courtès <ludo@gnu.org>2020-11-13 09:13:56 +0100
commit1e272d42f6217b70c9801b93e46b144e9ab27664 (patch)
treee1caeaa85414f63c0c5ad4283281b665ae0cdc8a /gnu/packages.scm
parentae10ec441aa524bf267f9cefd4a319b44d0b8b44 (diff)
downloadguix-1e272d42f6217b70c9801b93e46b144e9ab27664.tar.gz
guix-1e272d42f6217b70c9801b93e46b144e9ab27664.zip
Update NEWS.
Diffstat (limited to 'gnu/packages.scm')
0 files changed, 0 insertions, 0 deletions
ght line. Signed-off-by: Christopher Baines <mail@cbaines.net> Leo Nikkilä 2022-11-07services: qemu-binfmt: Add x86_64 QEMU target....* gnu/services/virtualization.scm (%x86_64): New variable. (%qemu-platforms) Add it. Signed-off-by: Christopher Baines <mail@cbaines.net> Leo Nikkilä 2022-09-13services: secret-service: Inherit from the original 'guix-configuration'....Reported by zamfofex. Regression introduced in 2bac6ea177d5b3353ea1a4d032d17a6ac3763e96. * gnu/services/virtualization.scm (secret-service-operating-system): Add 'inherit' keyword for 'guix-configuration'. Ludovic Courtès 2022-09-09services: libvirt: Fix listen TCP....* gnu/services/virtualization.scm (libvirt-shepherd-service): Add '--listen' argument if 'listen-tcp?' is true. Oleg Pykhalov 2022-08-09services: qemu-guest-agent: Fix arguments to qemu-ga....Fix the check for empty device path. Do not use --daemonize, since that is handled by make-forkexec-constructor. Drop the --pidfile option which is unused without --daemonize. * gnu/services/virtualization.scm (qemu-guest-agent-shepherd-service): Modify command arguments. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Timotej Lazar