From d86869ce9a5769b35e998f2c0988433e5dde5204 Mon Sep 17 00:00:00 2001 From: Christine Elisabeth Koppel Date: Sat, 21 Mar 2026 13:32:50 +0100 Subject: [PATCH] Remove protected mode as it is anyways in the local network. --- nix-system-configs/modules/system/database.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix-system-configs/modules/system/database.nix b/nix-system-configs/modules/system/database.nix index d5c72c5..c7c73b9 100644 --- a/nix-system-configs/modules/system/database.nix +++ b/nix-system-configs/modules/system/database.nix @@ -248,7 +248,7 @@ in { # By default protected mode is enabled. You should disable it only if # you are sure you want clients from other hosts to connect to the server # even if no authentication is configured. - protected-mode yes + protected-mode no # The server uses default hardened security configuration directives to reduce the # attack surface on innocent users. Therefore, several sensitive configuration