From 499144b17bea91752c0283b5216e27e675a1f7e9 Mon Sep 17 00:00:00 2001 From: noe Date: Sat, 30 Dec 2023 18:07:43 -0500 Subject: [PATCH] hsb: ??? --- nixos/hosts/happystaticbuzz/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/hosts/happystaticbuzz/default.nix b/nixos/hosts/happystaticbuzz/default.nix index 93eeaaa..cb85dd5 100644 --- a/nixos/hosts/happystaticbuzz/default.nix +++ b/nixos/hosts/happystaticbuzz/default.nix @@ -15,7 +15,7 @@ enable = true; settings = { application-name = "happy static buzzing"; - bind-address = "[::]"; + bind-address = "0.0.0.0"; host = "happ.ystatic.buzz"; account-registration-open = false; };