[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/02: hydra: bayfront: Add roptat to sysadmin list.
From: |
julien lepiller |
Subject: |
02/02: hydra: bayfront: Add roptat to sysadmin list. |
Date: |
Sat, 27 Apr 2019 08:11:19 -0400 (EDT) |
roptat pushed a commit to branch master
in repository maintenance.
commit 42b21aa8067650b2b7aeb6ed75a8a582399d2a2a
Author: Julien Lepiller <address@hidden>
Date: Sat Apr 27 14:07:08 2019 +0200
hydra: bayfront: Add roptat to sysadmin list.
* hydra/bayfront.scm (%sysadmins): Add roptat.
---
hydra/bayfront.scm | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/hydra/bayfront.scm b/hydra/bayfront.scm
index 6ec21f2..68d0f87 100644
--- a/hydra/bayfront.scm
+++ b/hydra/bayfront.scm
@@ -20,7 +20,10 @@
(ssh-public-key (local-file "keys/ssh/efraim.pub")))
(sysadmin (name "rekado")
(full-name "Ricardo Wurmus")
- (ssh-public-key (local-file "keys/ssh/rekado.pub")))))
+ (ssh-public-key (local-file "keys/ssh/rekado.pub")))
+ (sysadmin (name "roptat")
+ (full-name "Julien Lepiller")
+ (ssh-public-key (local-file "keys/ssh/roptat.pub")))))
(define %nginx-config
;; Our nginx configuration directory. It expects 'guix publish' to be