From 43dc281e5a87f862a7c099a299686063e74ed0f8 Mon Sep 17 00:00:00 2001 From: Christine Elisabeth Koppel Date: Sat, 21 Feb 2026 14:03:45 +0100 Subject: [PATCH] Allow local connextions. --- nix-system-configs/modules/system/teamspeak.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nix-system-configs/modules/system/teamspeak.nix b/nix-system-configs/modules/system/teamspeak.nix index 17df572..09bcb1e 100644 --- a/nix-system-configs/modules/system/teamspeak.nix +++ b/nix-system-configs/modules/system/teamspeak.nix @@ -109,6 +109,8 @@ in { authentication = pkgs.lib.mkOverride 10 '' #type database DBuser auth-method local all all trust + host all all 127.0.0.1/32 scram-sha-256 + host all all ::1/128 scram-sha-256 ''; };