From 19de75a16532c95f9ef8755e115f2f7bb89cad27 Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Mon, 14 Apr 2025 09:16:42 +0900 Subject: [PATCH] tests: Streamline ngircd test image. * gnu/tests/messaging.scm (%ngircd-os): Remove openssh-service-type and screen package. Change-Id: Ia08225500c544087676606ef7805037fa2b0ea5b --- gnu/tests/messaging.scm | 6 ------ 1 file changed, 6 deletions(-) diff --git a/gnu/tests/messaging.scm b/gnu/tests/messaging.scm index 96d4d6d905d..d17bce21ef9 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)