guix-commits
[Top][All Lists]
Advanced

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

02/04: hydra: bayfront: Move openssh-service-configuration.


From: Christopher Baines
Subject: 02/04: hydra: bayfront: Move openssh-service-configuration.
Date: Sat, 26 Feb 2022 09:28:22 -0500 (EST)

cbaines pushed a commit to branch master
in repository maintenance.

commit c843ff5923cfc64bb93e94665fa144c2fc43c9ca
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Sat Feb 26 14:17:59 2022 +0000

    hydra: bayfront: Move openssh-service-configuration.
    
    The service isn't in %base-services, so move the configuration
    modification.
    
    * hydra/bayfront.scm <services>: Move openssh-configuration.
---
 hydra/bayfront.scm | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/hydra/bayfront.scm b/hydra/bayfront.scm
index 4984057..16a1241 100644
--- a/hydra/bayfront.scm
+++ b/hydra/bayfront.scm
@@ -994,7 +994,9 @@ access_log  /var/log/nginx/bordeaux.access.log;"))
               (addresses '("10.0.0.11/32"))
               (peers (list berlin-wireguard-peer))))
 
-    (service openssh-service-type)
+    (service openssh-service-type
+             (openssh-configuration
+              (password-authentication? #f)))
     (service sysadmin-service-type %sysadmins)
 
     (service nginx-service-type
@@ -1095,11 +1097,7 @@ access_log  /var/log/nginx/bordeaux.access.log;"))
        (login-service-type
         config => (login-configuration
                    (inherit config)
-                   (motd %motd)))
-       (openssh-service-type
-        config => (openssh-configuration
-                   (inherit config)
-                   (password-authentication? #f))))))))
+                   (motd %motd))))))))
 
 ;; Local Variables:
 ;; eval: (put 'modify-services 'scheme-indent-function 1)



reply via email to

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