diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2019-05-16 14:37:23 +0200 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2019-05-16 14:37:23 +0200 |
| commit | fc0680929ded80a5ccdc0131613cb0679b54145d (patch) | |
| tree | 964b3466826fd8ba6a2c232941de9e1148215a1e /gnu | |
| parent | fbeb92d7607dc1dc6c3a34a536352636274a69de (diff) | |
vm-image: Remove 'network-manager-applet' from system profile.
This is a followup to 05d907ac6fc6e139389a91ab5540c0dc573a8ce7.
* gnu/system/examples/vm-image.tmpl (services): Remove
'network-manager-applet'.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/system/examples/vm-image.tmpl | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/gnu/system/examples/vm-image.tmpl b/gnu/system/examples/vm-image.tmpl index 0dbd31fe0a7..1ba47a166af 100644 --- a/gnu/system/examples/vm-image.tmpl +++ b/gnu/system/examples/vm-image.tmpl | |||
| @@ -96,10 +96,13 @@ root ALL=(ALL) ALL | |||
| 96 | ;; sense in a VM. | 96 | ;; sense in a VM. |
| 97 | (remove (lambda (service) | 97 | (remove (lambda (service) |
| 98 | (let ((type (service-kind service))) | 98 | (let ((type (service-kind service))) |
| 99 | (memq type (list gdm-service-type | 99 | (or (memq type |
| 100 | wpa-supplicant-service-type | 100 | (list gdm-service-type |
| 101 | cups-pk-helper-service-type | 101 | wpa-supplicant-service-type |
| 102 | network-manager-service-type)))) | 102 | cups-pk-helper-service-type |
| 103 | network-manager-service-type)) | ||
| 104 | (eq? 'network-manager-applet | ||
| 105 | (service-type-name type))))) | ||
| 103 | (modify-services %desktop-services | 106 | (modify-services %desktop-services |
| 104 | (login-service-type config => | 107 | (login-service-type config => |
| 105 | (login-configuration | 108 | (login-configuration |
