guix-commits
[Top][All Lists]
Advanced

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

branch master updated: hydra: bayfront: Remove and readd users.


From: Andreas Enge
Subject: branch master updated: hydra: bayfront: Remove and readd users.
Date: Sat, 11 Feb 2023 13:54:01 -0500

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

andreas pushed a commit to branch master
in repository maintenance.

The following commit(s) were added to refs/heads/master by this push:
     new 8164edf  hydra: bayfront: Remove and readd users.
8164edf is described below

commit 8164edf07717413b02f0e2b839c9959b08591114
Author: Andreas Enge <andreas@enge.fr>
AuthorDate: Fri Feb 10 16:38:47 2023 +0100

    hydra: bayfront: Remove and readd users.
    
    * hydra/bayfront.scm (%sysadmins): Remove unused user accounts and readd 
one.
---
 hydra/bayfront.scm | 14 +++++---------
 1 file changed, 5 insertions(+), 9 deletions(-)

diff --git a/hydra/bayfront.scm b/hydra/bayfront.scm
index ac950c7..005dbbe 100644
--- a/hydra/bayfront.scm
+++ b/hydra/bayfront.scm
@@ -24,10 +24,6 @@
   (list (sysadmin (name "andreas")
                   (full-name "Andreas Enge")
                   (ssh-public-key (local-file "keys/ssh/andreas.pub")))
-        (sysadmin (name "marusich")
-                  (full-name "Chris Marusich")
-                  (ssh-public-key (local-file "keys/ssh/marusich.pub"))
-                  (restricted? #t))
         (sysadmin (name "cbaines")
                   (full-name "Christopher Baines")
                   (ssh-public-key (local-file "keys/ssh/cbaines.pub")))
@@ -39,10 +35,6 @@
                   (full-name "Efraim Flashner")
                   (ssh-public-key (local-file "keys/ssh/efraim.pub"))
                   (restricted? #t))
-        (sysadmin (name "roptat")
-                  (full-name "Julien Lepiller")
-                  (ssh-public-key (local-file "keys/ssh/roptat.pub"))
-                  (restricted? #t))
         (sysadmin (name "ludo")
                   (full-name "Ludovic Courtès")
                   (ssh-public-key (local-file "keys/ssh/ludo.pub")))
@@ -51,7 +43,11 @@
                   (ssh-public-key (local-file "keys/ssh/rekado.pub")))
         (sysadmin (name "mathieu")
                   (full-name "Mathieu Othacehe")
-                  (ssh-public-key (local-file "keys/ssh/mathieu.pub")))))
+                  (ssh-public-key (local-file "keys/ssh/mathieu.pub")))
+        (sysadmin (name "nckx")
+                  (full-name "Tobias Geerinckx-Rice")
+                  (ssh-public-key (local-file "keys/ssh/nckx.pub")))))
+
 
 (define %nginx-deploy-hook
   ;; Hook that restarts nginx when a new certificate is deployed.



reply via email to

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