chore: add entry host to guix-publish-configuration in system declaration

pull/1/head
anemofilia 2023-09-27 06:51:22 -03:00
parent a7a8377655
commit 1636408671
No known key found for this signature in database
GPG Key ID: 5A8F3D62C87A2B33
1 changed files with 1 additions and 0 deletions

View File

@ -175,6 +175,7 @@
(service guix-publish-service-type (service guix-publish-service-type
(guix-publish-configuration (guix-publish-configuration
(port 8080) (port 8080)
(host "0.0.0.0")
(advertise? #t) (advertise? #t)
(compression `(("zstd" 3))))) (compression `(("zstd" 3)))))