guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: berlin: Add screen and strace to the system profile.


From: Ludovic Courtès
Subject: 01/02: berlin: Add screen and strace to the system profile.
Date: Sat, 10 Sep 2022 06:33:17 -0400 (EDT)

civodul pushed a commit to branch master
in repository maintenance.

commit c3e1a328b95e5cf365650cb3ff4cc2b15ac5ab3c
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Sat Sep 10 12:09:39 2022 +0200

    berlin: Add screen and strace to the system profile.
    
    * hydra/berlin.scm (packages): Add SCREEN and STRACE.
---
 hydra/berlin.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/hydra/berlin.scm b/hydra/berlin.scm
index e94a69c..f943012 100644
--- a/hydra/berlin.scm
+++ b/hydra/berlin.scm
@@ -19,7 +19,7 @@
 (use-service-modules avahi base databases dns monitoring networking admin
                      rsync shepherd ssh vpn web)
 (use-package-modules admin base certs databases disk emacs linux mail 
monitoring
-                     ssh tls tor vim package-management
+                     screen ssh tls tor vim package-management
                      version-control
                      web wget ci rsync
                      guile-xyz)
@@ -292,7 +292,7 @@ at MOUNT-POINT."
   (packages (cons* btrfs-progs
                    dosfstools
                    certbot emacs wget iptables
-                   jnettop openssh rsync
+                   jnettop openssh rsync screen strace
                    ;; This is needed to set GIT_SSL_CAINFO allowing
                    ;; Cuirass to fetch sources via HTTPS.
                    nss-certs



reply via email to

[Prev in Thread] Current Thread [Next in Thread]