guix-commits
[Top][All Lists]
Advanced

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

branch master updated: hydra: bayfront: Add rekado to sudoers.


From: Andreas Enge
Subject: branch master updated: hydra: bayfront: Add rekado to sudoers.
Date: Fri, 08 May 2020 04:32:48 -0400

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 <address@hidden>
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

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