Skip to content

Commit

Permalink
nixos/tests/phoebus-olog: allow SSPL license for MongoDB
Browse files Browse the repository at this point in the history
The MongoDB upgrade is not FOSS
  • Loading branch information
minijackson committed Sep 15, 2023
1 parent 75856f2 commit 1c9a6f1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions nixos/tests/phoebus/olog.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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];
Expand Down

0 comments on commit 1c9a6f1

Please sign in to comment.