guix-commits
[Top][All Lists]
Advanced

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

01/01: hydra: bayfront: Add Christopher Baines as a sysadmin.


From: Christopher Baines
Subject: 01/01: hydra: bayfront: Add Christopher Baines as a sysadmin.
Date: Sat, 7 Sep 2019 15:26:48 -0400 (EDT)

cbaines pushed a commit to branch master
in repository maintenance.

commit d4633e953b9e169abf18a74ce32215ec1159581a
Author: Christopher Baines <address@hidden>
Date:   Sat Sep 7 21:25:47 2019 +0200

    hydra: bayfront: Add Christopher Baines as a sysadmin.
    
    So that I can make DNS changes.
    
    * hydra/bayfront.scm (%sysadmins): Add entry for cbaines.
---
 hydra/bayfront.scm | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/hydra/bayfront.scm b/hydra/bayfront.scm
index 4772c40..0e7deff 100644
--- a/hydra/bayfront.scm
+++ b/hydra/bayfront.scm
@@ -27,7 +27,10 @@
                   (ssh-public-key (local-file "keys/ssh/roptat.pub")))
         (sysadmin (name "marusich")
                   (full-name "Chris Marusich")
-                  (ssh-public-key (local-file "keys/ssh/marusich.pub")))))
+                  (ssh-public-key (local-file "keys/ssh/marusich.pub")))
+        (sysadmin (name "cbaines")
+                  (full-name "Christopher Baines")
+                  (ssh-public-key (local-file "keys/ssh/cbaines.pub")))))
 
 (define %nginx-config
   ;; Our nginx configuration directory.  It expects 'guix publish' to be



reply via email to

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