From 338f9b45c523a717b3d308d9fd40f241650497f3 Mon Sep 17 00:00:00 2001 From: Marek Paśnikowski Date: Mon, 6 Jul 2026 19:56:58 +0200 Subject: (system aisaka): fix bad gateway error to guix publishing service --- deployment/system/aisaka.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment/system/aisaka.scm b/deployment/system/aisaka.scm index 8b977f2..aaebe5e 100644 --- a/deployment/system/aisaka.scm +++ b/deployment/system/aisaka.scm @@ -297,7 +297,7 @@ (define guix-publish-configuration (gnu:services:base:guix-publish-configuration - (host "192.168.10.2") + (host "0.0.0.0") (port 8080) (advertise? #t))) -- cgit v1.3