apteryx pushed a commit to branch master
in repository guix.

commit 19de75a16532c95f9ef8755e115f2f7bb89cad27
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Mon Apr 14 09:16:42 2025 +0900

    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 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)

Reply via email to