guix-commits
[Top][All Lists]
Advanced

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

02/02: system: bare-bones: Remove dependency to X libraries.


From: guix-commits
Subject: 02/02: system: bare-bones: Remove dependency to X libraries.
Date: Mon, 8 Jun 2020 05:22:19 -0400 (EDT)

mothacehe pushed a commit to branch master
in repository guix.

commit 0dddaa7b017b9d4c0c1fc6598cc24b951e159d83
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Sat Jun 6 11:10:42 2020 +0200

    system: bare-bones: Remove dependency to X libraries.
    
    Use "openssh-sans-x" to prevent the inclusion of X libraries to the 
bare-bones
    system closure.
    
    * gnu/system/examples/bare-bones.tmpl (operating-system)[services]: Use
    openssh-sans-x instead of openssh.
---
 gnu/system/examples/bare-bones.tmpl | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/system/examples/bare-bones.tmpl 
b/gnu/system/examples/bare-bones.tmpl
index 4f30a5b..1035ab1 100644
--- a/gnu/system/examples/bare-bones.tmpl
+++ b/gnu/system/examples/bare-bones.tmpl
@@ -3,7 +3,7 @@
 
 (use-modules (gnu))
 (use-service-modules networking ssh)
-(use-package-modules screen)
+(use-package-modules screen ssh)
 
 (operating-system
   (host-name "komputilo")
@@ -46,5 +46,6 @@
   (services (append (list (service dhcp-client-service-type)
                           (service openssh-service-type
                                    (openssh-configuration
+                                    (openssh openssh-sans-x)
                                     (port-number 2222))))
                     %base-services)))



reply via email to

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