vm-image: Remove 'network-manager-applet' from system profile.
This is a followup to 05d907ac6f
.
* gnu/system/examples/vm-image.tmpl (services): Remove
'network-manager-applet'.
This commit is contained in:
parent
fbeb92d760
commit
fc0680929d
|
@ -96,10 +96,13 @@ root ALL=(ALL) ALL
|
|||
;; sense in a VM.
|
||||
(remove (lambda (service)
|
||||
(let ((type (service-kind service)))
|
||||
(memq type (list gdm-service-type
|
||||
wpa-supplicant-service-type
|
||||
cups-pk-helper-service-type
|
||||
network-manager-service-type))))
|
||||
(or (memq type
|
||||
(list gdm-service-type
|
||||
wpa-supplicant-service-type
|
||||
cups-pk-helper-service-type
|
||||
network-manager-service-type))
|
||||
(eq? 'network-manager-applet
|
||||
(service-type-name type)))))
|
||||
(modify-services %desktop-services
|
||||
(login-service-type config =>
|
||||
(login-configuration
|
||||
|
|
Loading…
Reference in New Issue