tests: Streamline ngircd test image.

* gnu/tests/messaging.scm (%ngircd-os): Remove openssh-service-type and screen
package.

Change-Id: Ia08225500c544087676606ef7805037fa2b0ea5b
This commit is contained in:
Maxim Cournoyer 2025-04-14 09:16:42 +09:00
parent 25f86fdc4f
commit 19de75a165
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -235,12 +235,6 @@
(services (services
(cons* (cons*
(service dhcp-client-service-type) (service dhcp-client-service-type)
;; For ease of debugging. Run the vm with:
;; '-nic user,model=virtio-net-pci,hostfwd=tcp::10022-:22'
(service openssh-service-type
(openssh-configuration
(permit-root-login #t)
(allow-empty-passwords? #t)))
(service ngircd-service-type (service ngircd-service-type
(ngircd-configuration (ngircd-configuration
(debug? #t) (debug? #t)