From accc739d1ae7134abe5af9047e680016633066f8 Mon Sep 17 00:00:00 2001 From: Patrick Date: Mon, 8 Jun 2026 10:38:09 +0200 Subject: [PATCH] nixos/tests/your_spotify: switch test to mongodb-ce --- nixos/tests/your_spotify.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/tests/your_spotify.nix b/nixos/tests/your_spotify.nix index c4935face7df..9fa13e453fb5 100644 --- a/nixos/tests/your_spotify.nix +++ b/nixos/tests/your_spotify.nix @@ -6,6 +6,7 @@ }; nodes.machine = { + services.mongodb.package = pkgs.mongodb-ce; services.your_spotify = { enable = true; spotifySecretFile = pkgs.writeText "spotifySecretFile" "deadbeef";