guix-commits
[Top][All Lists]
Advanced

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

branch master updated: hydra: bayfront: Add a user account for Raghav Gu


From: Tobias Geerinckx-Rice
Subject: branch master updated: hydra: bayfront: Add a user account for Raghav Gururajan.
Date: Sat, 30 May 2020 18:39:41 -0400

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

nckx pushed a commit to branch master
in repository maintenance.

The following commit(s) were added to refs/heads/master by this push:
     new b521a17  hydra: bayfront: Add a user account for Raghav Gururajan.
b521a17 is described below

commit b521a174d0648d3e68a53f7fa21a1dc8035086f0
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun May 31 00:37:19 2020 +0200

    hydra: bayfront: Add a user account for Raghav Gururajan.
    
    * hydra/bayfront.scm (%sysadmins): Add a new raghavgururajan user.
    * hydra/keys/ssh/raghavgururajan.pub: New file.
---
 hydra/bayfront.scm                 | 9 ++++++++-
 hydra/keys/ssh/raghavgururajan.pub | 1 +
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/hydra/bayfront.scm b/hydra/bayfront.scm
index cfaa77b..b221cf3 100644
--- a/hydra/bayfront.scm
+++ b/hydra/bayfront.scm
@@ -40,7 +40,14 @@
                   (ssh-public-key (local-file "keys/ssh/ludo.pub")))
         (sysadmin (name "rekado")
                   (full-name "Ricardo Wurmus")
-                  (ssh-public-key (local-file "keys/ssh/rekado.pub")))))
+                  (ssh-public-key (local-file "keys/ssh/rekado.pub")))
+
+        ;; Not a sysadmin in any sense, but has access for the length of
+        ;; their Outreachy internship to speed up their work.
+        (sysadmin (name "raghavgururajan")
+                  (full-name "Raghav Gururajan")
+                  (ssh-public-key (local-file "keys/ssh/raghavgururajan.pub"))
+                  (restricted? #t))))
 
 (define %nginx-config
   ;; Our nginx configuration directory.  It expects 'guix publish' to be
diff --git a/hydra/keys/ssh/raghavgururajan.pub 
b/hydra/keys/ssh/raghavgururajan.pub
new file mode 100644
index 0000000..45497a6
--- /dev/null
+++ b/hydra/keys/ssh/raghavgururajan.pub
@@ -0,0 +1 @@
+ssh-ed25519 
AAAAC3NzaC1lZDI1NTE5AAAAICipEM86LUyvvyyfsuVCnQNZ5L6R6IcfPUJVYaxorycw 
rg@mail.raghavgururajan.name



reply via email to

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