guix-commits
[Top][All Lists]
Advanced

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

branch master updated: hydra: berlin: Add Christopher Baines as a sysadm


From: Christopher Baines
Subject: branch master updated: hydra: berlin: Add Christopher Baines as a sysadmin.
Date: Sat, 28 Nov 2020 05:11:00 -0500

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

cbaines pushed a commit to branch master
in repository maintenance.

The following commit(s) were added to refs/heads/master by this push:
     new 82c98d1  hydra: berlin: Add Christopher Baines as a sysadmin.
82c98d1 is described below

commit 82c98d17a7a41dfacf268ef0effb26e662f481bb
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Sat Nov 28 10:10:25 2020 +0000

    hydra: berlin: Add Christopher Baines as a sysadmin.
    
    * hydra/berlin.scm (%sysadmins): Add cbaines.
---
 hydra/berlin.scm | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/hydra/berlin.scm b/hydra/berlin.scm
index b9286e5..ebf1100 100644
--- a/hydra/berlin.scm
+++ b/hydra/berlin.scm
@@ -44,7 +44,10 @@
                   (ssh-public-key (local-file "keys/ssh/pimi.pub")))
         (sysadmin (name "janneke")
                   (full-name  "Jan (janneke) Nieuwenhuizen")
-                  (ssh-public-key (local-file "keys/ssh/janneke.pub")))))
+                  (ssh-public-key (local-file "keys/ssh/janneke.pub")))
+        (sysadmin (name "cbaines")
+                  (full-name "Christopher Baines")
+                  (ssh-public-key (local-file "keys/ssh/cbaines.pub")))))
 
 (include "nginx/berlin.scm")
 



reply via email to

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