From 1c9a6f1402908e1cb4381444ec3446c3b856b5f9 Mon Sep 17 00:00:00 2001 From: Minijackson Date: Mon, 3 Jul 2023 10:35:00 +0200 Subject: [PATCH] nixos/tests/phoebus-olog: allow SSPL license for MongoDB The MongoDB upgrade is not FOSS --- nixos/tests/phoebus/olog.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nixos/tests/phoebus/olog.nix b/nixos/tests/phoebus/olog.nix index 6aed8d68..7adca693 100644 --- a/nixos/tests/phoebus/olog.nix +++ b/nixos/tests/phoebus/olog.nix @@ -19,6 +19,9 @@ # not open-source. But as we're using it run tests, not exposing # any service, this should be fine. "elasticsearch" + + # MongoDB also uses the SSPL. + "mongodb" ]; networking.firewall.allowedTCPPorts = [8181];