From 8a8aba26acad9cd70165b3d7bfd4444003ba7b30 Mon Sep 17 00:00:00 2001 From: OCbwoy3 Date: Mon, 24 Nov 2025 16:11:30 +0200 Subject: [PATCH] fixxxxxxxxx --- hosts/server/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/server/configuration.nix b/hosts/server/configuration.nix index bf10e0e..b87bd5b 100644 --- a/hosts/server/configuration.nix +++ b/hosts/server/configuration.nix @@ -64,6 +64,7 @@ enableAuth = false; package = pkgs.mongodb-ce; replSetName = "rs0"; # dangerous + bind_ip = "0.0.0.0"; }; networking.firewall = {