guix-commits
[Top][All Lists]
Advanced

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

02/02: bayfront: Register self as admin.


From: Maxim Cournoyer
Subject: 02/02: bayfront: Register self as admin.
Date: Thu, 1 Feb 2024 13:27:27 -0500 (EST)

apteryx pushed a commit to branch master
in repository maintenance.

commit 30226aecca2a0f14151cd1d3c08f47227a88c7f0
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Thu Feb 1 13:26:38 2024 -0500

    bayfront: Register self as admin.
    
    * hydra/bayfront.scm (%sysadmins): Add Maxim Cournoyer.
---
 hydra/bayfront.scm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/hydra/bayfront.scm b/hydra/bayfront.scm
index 17b0d69..56341de 100644
--- a/hydra/bayfront.scm
+++ b/hydra/bayfront.scm
@@ -38,8 +38,10 @@
                   (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")))))
-
+                  (ssh-public-key (local-file "keys/ssh/nckx.pub")))
+        (sysadmin (name "maxim")
+                  (full-name "Maxim Cournoyer")
+                  (ssh-public-key (local-file "keys/ssh/maxim.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]