guix-commits
[Top][All Lists]
Advanced

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

branch master updated: hydra: berlin: Add Leo Famulari as a sysadmin.


From: Leo Famulari
Subject: branch master updated: hydra: berlin: Add Leo Famulari as a sysadmin.
Date: Thu, 24 Dec 2020 14:25:46 -0500

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

lfam pushed a commit to branch master
in repository maintenance.

The following commit(s) were added to refs/heads/master by this push:
     new 3661cd5  hydra: berlin: Add Leo Famulari as a sysadmin.
3661cd5 is described below

commit 3661cd522eecc40d488d4cf8ae9aca1e0211f64a
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Thu Dec 24 14:23:40 2020 -0500

    hydra: berlin: Add Leo Famulari as a sysadmin.
    
    * hydra/berlin.scm (%sysadmins): Add lfam.
    * hydra/keys/ssh/lfam.pub: New file.
---
 hydra/berlin.scm        | 5 ++++-
 hydra/keys/ssh/lfam.pub | 1 +
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/hydra/berlin.scm b/hydra/berlin.scm
index 442177c..4344eec 100644
--- a/hydra/berlin.scm
+++ b/hydra/berlin.scm
@@ -47,7 +47,10 @@
                   (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")))))
+                  (ssh-public-key (local-file "keys/ssh/cbaines.pub")))
+        (sysadmin (name "lfam")
+                  (full-name "Leo Famulari")
+                  (ssh-public-key (local-file "keys/ssh/lfam.pub")))))
 
 (include "nginx/berlin.scm")
 
diff --git a/hydra/keys/ssh/lfam.pub b/hydra/keys/ssh/lfam.pub
new file mode 100644
index 0000000..53d7f73
--- /dev/null
+++ b/hydra/keys/ssh/lfam.pub
@@ -0,0 +1 @@
+ssh-ed25519 
AAAAC3NzaC1lZDI1NTE5AAAAIC8aNv2eoesUGsbG4rW7loe2IPhcYGw/2ZjF0/YhE1vr leo@jasmine



reply via email to

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