guix-commits
[Top][All Lists]
Advanced

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

02/06: hydra: bayfront: Add OpenSSH to the global profile.


From: Ludovic Courtès
Subject: 02/06: hydra: bayfront: Add OpenSSH to the global profile.
Date: Sat, 3 Dec 2016 11:18:51 +0000 (UTC)

civodul pushed a commit to branch master
in repository maintenance.

commit 7e87962448cc62e0744ceedaefc63fc97474ea15
Author: Ludovic Courtès <address@hidden>
Date:   Fri Dec 2 11:32:14 2016 +0100

    hydra: bayfront: Add OpenSSH to the global profile.
---
 hydra/bayfront.scm |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/hydra/bayfront.scm b/hydra/bayfront.scm
index 3c2bc99..c20c8d6 100644
--- a/hydra/bayfront.scm
+++ b/hydra/bayfront.scm
@@ -2,7 +2,7 @@
 
 (use-modules (gnu) (sysadmin people))
 (use-service-modules networking admin mcron ssh)
-(use-package-modules admin linux vim package-management)
+(use-package-modules admin linux ssh vim package-management)
 
 (define %sysadmins
   ;; The sysadmins.
@@ -50,8 +50,8 @@
                    #:extra-modules '("raid10")
                                    rest)))
 
-  ;; grub-install needs mdadm in $PATH.
-  (packages (cons* mdadm vim lm-sensors %base-packages))
+  (packages (cons* mdadm vim lm-sensors openssh
+                   %base-packages))
 
   (services (cons* (service sysadmin-service-type %sysadmins)
 



reply via email to

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