mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
nixos/tests/your_spotify: switch test to mongodb-ce
This commit is contained in:
parent
9e0ea43999
commit
accc739d1a
1 changed files with 1 additions and 0 deletions
|
|
@ -6,6 +6,7 @@
|
|||
};
|
||||
|
||||
nodes.machine = {
|
||||
services.mongodb.package = pkgs.mongodb-ce;
|
||||
services.your_spotify = {
|
||||
enable = true;
|
||||
spotifySecretFile = pkgs.writeText "spotifySecretFile" "deadbeef";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue