mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
25f86fdc4f
commit
19de75a165
1 changed files with 0 additions and 6 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue