guix-commits
[Top][All Lists]
Advanced

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

01/01: milano-guix-1: disable IPv6 in openssh-service


From: Giovanni Biscuolo
Subject: 01/01: milano-guix-1: disable IPv6 in openssh-service
Date: Tue, 1 Oct 2019 10:13:05 -0400 (EDT)

biscuolo pushed a commit to branch master
in repository maintenance.

commit 9b953f2bc2e9cc4b3c521c700c46d3005b9516d5
Author: Giovanni Biscuolo <address@hidden>
Date:   Tue Oct 1 16:10:57 2019 +0200

    milano-guix-1: disable IPv6 in openssh-service
    
    * hydra/milano-guix-1.scm
---
 hydra/milano-guix-1.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/hydra/milano-guix-1.scm b/hydra/milano-guix-1.scm
index 82b2fdf..255e407 100644
--- a/hydra/milano-guix-1.scm
+++ b/hydra/milano-guix-1.scm
@@ -97,6 +97,7 @@
             (service openssh-service-type
                      (openssh-configuration
                       (port-number 22)
+                     (extra-content "ListenAddress 0.0.0.0")
                       (authorized-keys
                        `(("degrees380" ,(local-file "keys/ssh/degrees380.pub"))
                          ("bayfront" ,(local-file "keys/ssh/bayfront.pub"))



reply via email to

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