mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-21 08:01:31 +00:00
nixos/tests/your_spotify: switch test to mongodb-ce
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
};
|
||||
|
||||
nodes.machine = {
|
||||
services.mongodb.package = pkgs.mongodb-ce;
|
||||
services.your_spotify = {
|
||||
enable = true;
|
||||
spotifySecretFile = pkgs.writeText "spotifySecretFile" "deadbeef";
|
||||
|
||||
Reference in New Issue
Block a user