guix-commits
[Top][All Lists]
Advanced

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

01/03: hydra: Add myself as sysadmin to 'berlin-new-build-machine-os'.


From: Maxim Cournoyer
Subject: 01/03: hydra: Add myself as sysadmin to 'berlin-new-build-machine-os'.
Date: Thu, 16 Jun 2022 13:55:13 -0400 (EDT)

apteryx pushed a commit to branch master
in repository maintenance.

commit c59765510106ffef9dd1801754e26fb6c045394e
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Thu Jun 16 11:37:18 2022 -0400

    hydra: Add myself as sysadmin to 'berlin-new-build-machine-os'.
    
    * hydra/modules/sysadmin/build-machines.scm
    (berlin-new-build-machine-os): Register myself 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 4b68f67..7b89eb5 100644
--- a/hydra/modules/sysadmin/build-machines.scm
+++ b/hydra/modules/sysadmin/build-machines.scm
@@ -177,6 +177,9 @@ are 10022 and 15900.  Keep secret-service port local."
           (sysadmin (name "rekado")
                     (full-name "Ricardo Wurmus")
                     (ssh-public-key (local-file "../../keys/ssh/rekado.pub")))
+          (sysadmin (name "maxim")
+                    (full-name "Maxim Cournoyer")
+                    (ssh-public-key (local-file "../../keys/ssh/maxim.pub")))
           (sysadmin (name "hydra")      ;fake sysadmin
                     (full-name "Hydra User")
                     (restricted? #t)



reply via email to

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