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ő
commit accc739d1a
No known key found for this signature in database

View file

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