guix-commits
[Top][All Lists]
Advanced

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

branch master updated: hydra: overdrive: Install nss-certs globally.


From: Ludovic Courtès
Subject: branch master updated: hydra: overdrive: Install nss-certs globally.
Date: Wed, 19 Feb 2020 05:46:26 -0500

This is an automated email from the git hooks/post-receive script.

civodul pushed a commit to branch master
in repository maintenance.

The following commit(s) were added to refs/heads/master by this push:
     new 1a3d962  hydra: overdrive: Install nss-certs globally.
1a3d962 is described below

commit 1a3d962aec81a914c235bd379441db0802dc5cc8
Author: Ludovic Courtès <address@hidden>
AuthorDate: Wed Feb 19 11:45:33 2020 +0100

    hydra: overdrive: Install nss-certs globally.
    
    * hydra/overdrive.scm (packages): Add NSS-CERTS.
---
 hydra/overdrive.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/hydra/overdrive.scm b/hydra/overdrive.scm
index 025ac49..27175f8 100644
--- a/hydra/overdrive.scm
+++ b/hydra/overdrive.scm
@@ -1,10 +1,10 @@
 ;; GuixSD configuration file for the SoftIron OverDrive 1000 build machines.
-;; Copyright © 2016, 2017, 2018 Ludovic Courtès <address@hidden>
+;; Copyright © 2016, 2017, 2018, 2020 Ludovic Courtès <address@hidden>
 ;; Released under the GNU GPLv3 or any later version.
 
 (use-modules (guix) (gnu))
 (use-service-modules networking mcron ssh)
-(use-package-modules screen ssh linux)
+(use-package-modules screen ssh linux certs)
 
 (define (sysadmin name full-name)
   (user-account
@@ -99,4 +99,5 @@
                                          (extra-options
                                           '("--max-jobs=2" "--cores=3")))))))
 
-  (packages (cons* btrfs-progs screen openssh strace %base-packages)))
+  (packages (cons* btrfs-progs screen openssh strace nss-certs
+                   %base-packages)))



reply via email to

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