nixos/tests/your_spotify: switch test to mongodb-ce

(cherry picked from commit accc739d1a)
This commit is contained in:
Patrick
2026-06-08 10:38:09 +02:00
committed by Gutyina Gergő
parent 36323c1c36
commit 419efca05e

View File

@@ -6,6 +6,7 @@
};
nodes.machine = {
services.mongodb.package = pkgs.mongodb-ce;
services.your_spotify = {
enable = true;
spotifySecretFile = pkgs.writeText "spotifySecretFile" "deadbeef";