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 Tobias Ge


From: Tobias Geerinckx-Rice
Subject: branch master updated: hydra: bayfront: Add a user account for Tobias Geerinckx-Rice.
Date: Fri, 05 Jun 2020 15:02:40 -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 94f7a16  hydra: bayfront: Add a user account for Tobias Geerinckx-Rice.
94f7a16 is described below

commit 94f7a16818d8e617a33c847354a0a4be10662705
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Fri Jun 5 21:00:46 2020 +0200

    hydra: bayfront: Add a user account for Tobias Geerinckx-Rice.
    
    * hydra/bayfront.scm (%sysadmins): Add a new "nckx" user.
---
 hydra/bayfront.scm | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/hydra/bayfront.scm b/hydra/bayfront.scm
index b221cf3..4b059b8 100644
--- a/hydra/bayfront.scm
+++ b/hydra/bayfront.scm
@@ -42,12 +42,15 @@
                   (full-name "Ricardo Wurmus")
                   (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.
+        ;; Not a sysadmin in any sense, but has access for the length of their
+        ;; Outreachy internship to speed up their work.  nckx will help them.
         (sysadmin (name "raghavgururajan")
                   (full-name "Raghav Gururajan")
                   (ssh-public-key (local-file "keys/ssh/raghavgururajan.pub"))
-                  (restricted? #t))))
+                  (restricted? #t))
+        (sysadmin (name "nckx")
+                  (full-name "Tobias Geerinckx-Rice")
+                  (ssh-public-key (local-file "keys/ssh/nckx.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]