diff options
| author | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2026-07-06 19:56:58 +0200 |
|---|---|---|
| committer | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2026-07-06 19:56:58 +0200 |
| commit | 338f9b45c523a717b3d308d9fd40f241650497f3 (patch) | |
| tree | 2d6f229cb0f343f0e7817de13a5ba593203035e6 /deployment/system | |
| parent | b8a86ab9ce09b041a1f2d8870e216ae00eac9edd (diff) | |
Diffstat (limited to 'deployment/system')
| -rw-r--r-- | deployment/system/aisaka.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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))) |
