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 c42a4ef  hydra: bayfront: Add rekado to sudoers.
c42a4ef is described below

commit c42a4ef876b76c8523469da0fcd2ffe9f058a14c
Author: Andreas Enge <[email protected]>
AuthorDate: Fri May 8 10:31:59 2020 +0200

    hydra: bayfront: Add rekado to sudoers.
    
    * hydra/bayfront.scm (%sysadmins): Restore rekado's restricted flag to
    default.
---
 hydra/bayfront.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/hydra/bayfront.scm b/hydra/bayfront.scm
index 8311c5a..6161692 100644
--- a/hydra/bayfront.scm
+++ b/hydra/bayfront.scm
@@ -40,8 +40,7 @@
                   (ssh-public-key (local-file "keys/ssh/ludo.pub")))
         (sysadmin (name "rekado")
                   (full-name "Ricardo Wurmus")
-                  (ssh-public-key (local-file "keys/ssh/rekado.pub"))
-                  (restricted? #t))))
+                  (ssh-public-key (local-file "keys/ssh/rekado.pub")))))
 
 (define %nginx-config
   ;; Our nginx configuration directory.  It expects 'guix publish' to be

Reply via email to