2
0
Fork 0
mirror of git://git.savannah.gnu.org/guix/maintenance.git synced 2023-12-14 03:33:04 +01:00

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

* hydra/milano-guix-1.scm
This commit is contained in:
Giovanni Biscuolo 2019-10-01 16:10:57 +02:00
parent 5ed79379f8
commit 9b953f2bc2
No known key found for this signature in database
GPG key ID: D37D0EA7CECC3912

View file

@ -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"))