civodul pushed a commit to branch master
in repository maintenance.
commit 7e87962448cc62e0744ceedaefc63fc97474ea15
Author: Ludovic Courtès <[email protected]>
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)