guix-commits
[Top][All Lists]
Advanced

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

branch master updated: hydra: build-machines: Add Tobias as sysadmin.


From: Maxim Cournoyer
Subject: branch master updated: hydra: build-machines: Add Tobias as sysadmin.
Date: Fri, 29 Jul 2022 10:19:57 -0400

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

apteryx pushed a commit to branch master
in repository maintenance.

The following commit(s) were added to refs/heads/master by this push:
     new fede010  hydra: build-machines: Add Tobias as sysadmin.
fede010 is described below

commit fede010299693d4bc9b1a12708af2b3b471b36b5
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Fri Jul 29 08:54:28 2022 -0400

    hydra: build-machines: Add Tobias as sysadmin.
    
    * hydra/modules/sysadmin/build-machines.scm
    (berlin-new-build-machine-os): Add Tobias as sysadmin.
---
 hydra/modules/sysadmin/build-machines.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/hydra/modules/sysadmin/build-machines.scm 
b/hydra/modules/sysadmin/build-machines.scm
index d291830..4d14e48 100644
--- a/hydra/modules/sysadmin/build-machines.scm
+++ b/hydra/modules/sysadmin/build-machines.scm
@@ -180,6 +180,9 @@ are 10022 and 15900.  Keep secret-service port local."
           (sysadmin (name "maxim")
                     (full-name "Maxim Cournoyer")
                     (ssh-public-key (local-file "../../keys/ssh/maxim.pub")))
+          (sysadmin (name "nckx")
+                    (full-name "Tobias Geerinckx-Rice")
+                    (ssh-public-key (local-file "../../keys/ssh/nckx.pub")))
           (sysadmin (name "hydra")      ;fake sysadmin
                     (full-name "Hydra User")
                     (restricted? #t)



reply via email to

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