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 Jul 3, 2023
1 parent d0f5370 commit 4723e8c
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 4723e8c

Please sign in to comment.