guix/gnu/system/examples
Ludovic Courtès cf28f46930
examples: Avoid 'modify-services' to remove GDM.
This led to a 'tests/guix-system.sh' failure on aarch64-linux:

  …/plasma.tmpl:60:13: error: modify-services: service 'gdm' not found in service list

This is because 'gdm-service-type' is not among %DESKTOP-SERVICES on
that architecture.

* gnu/system/examples/plasma.tmpl (services): Use 'remove' rather
'modify-services' + 'delete'.
2023-08-21 23:06:49 +02:00
..
asus-c201.tmpl
bare-bones.tmpl
bare-hurd.tmpl
beaglebone-black.tmpl
desktop.tmpl
docker-image.tmpl
lightweight-desktop.tmpl
plasma.tmpl examples: Avoid 'modify-services' to remove GDM. 2023-08-21 23:06:49 +02:00
raspberry-pi-64-nfs-root.tmpl
raspberry-pi-64.tmpl
vm-image.tmpl