guix-commits
[Top][All Lists]
Advanced

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

02/02: hydra: sysadmin: Permit root login from head node.


From: Ricardo Wurmus
Subject: 02/02: hydra: sysadmin: Permit root login from head node.
Date: Thu, 17 Jan 2019 12:17:09 -0500 (EST)

rekado pushed a commit to branch master
in repository maintenance.

commit a4b979880bcd0b4aa4df94f89dab27b227118721
Author: Ricardo Wurmus <address@hidden>
Date:   Thu Jan 17 18:15:20 2019 +0100

    hydra: sysadmin: Permit root login from head node.
    
    * hydra/modules/sysadmin/build-machines.scm 
(berlin-build-machine-os)[services]:
    Pass extra content to enable root login from head node.
---
 hydra/modules/sysadmin/build-machines.scm | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/hydra/modules/sysadmin/build-machines.scm 
b/hydra/modules/sysadmin/build-machines.scm
index 63ed373..e34342a 100644
--- a/hydra/modules/sysadmin/build-machines.scm
+++ b/hydra/modules/sysadmin/build-machines.scm
@@ -154,7 +154,11 @@ AUTHORIZED-GUIX-KEYS."
                               (ntp-configuration
                                (allow-large-adjustment? #t)))
                      (service sysadmin-service-type sysadmins)
-                     (service openssh-service-type)
+                     (service openssh-service-type
+                              (openssh-configuration
+                               (extra-content "\
+Match Address 141.80.167.131
+  PermitRootLogin yes")))
                      (modify-services %base-services
                        (guix-service-type config =>
                                           (guix-configuration



reply via email to

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