summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2025-04-14 09:16:42 +0900
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2025-04-14 10:34:52 +0900
commit19de75a16532c95f9ef8755e115f2f7bb89cad27 (patch)
treec2b42fc5f90e4faf5b9dae17a16a9a189c309d01
parent25f86fdc4fe13cf405c1556db361cc0151ff5da8 (diff)
tests: Streamline ngircd test image.
* gnu/tests/messaging.scm (%ngircd-os): Remove openssh-service-type and screen package. Change-Id: Ia08225500c544087676606ef7805037fa2b0ea5b
-rw-r--r--gnu/tests/messaging.scm6
1 files changed, 0 insertions, 6 deletions
diff --git a/gnu/tests/messaging.scm b/gnu/tests/messaging.scm
index 96d4d6d905..d17bce21ef 100644
--- a/gnu/tests/messaging.scm
+++ b/gnu/tests/messaging.scm
@@ -235,12 +235,6 @@
(services
(cons*
(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
(ngircd-configuration
(debug? #t)