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

This commit is contained in:
Patrick
2026-06-08 10:38:09 +02:00
committed by Gutyina Gergő
parent 9e0ea43999
commit accc739d1a

View File

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