From 0790674a5f1d94943f8e874054fcccd61336da60 Mon Sep 17 00:00:00 2001 From: noe Date: Sat, 30 Dec 2023 17:49:52 -0500 Subject: [PATCH] happystaticbuzz: close registration --- nixos/hosts/happystaticbuzz/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nixos/hosts/happystaticbuzz/default.nix b/nixos/hosts/happystaticbuzz/default.nix index 173e93c..93eeaaa 100644 --- a/nixos/hosts/happystaticbuzz/default.nix +++ b/nixos/hosts/happystaticbuzz/default.nix @@ -15,8 +15,9 @@ enable = true; settings = { application-name = "happy static buzzing"; - bind-address = "::"; + bind-address = "[::]"; host = "happ.ystatic.buzz"; + account-registration-open = false; }; }; }