about summary refs log tree commit diff
path: root/nixos/tests/mpd.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/mpd.nix')
-rw-r--r--nixos/tests/mpd.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/nixos/tests/mpd.nix b/nixos/tests/mpd.nix
index 52d9c7fd33a1b..0772c05d12ac4 100644
--- a/nixos/tests/mpd.nix
+++ b/nixos/tests/mpd.nix
@@ -37,7 +37,6 @@ import ./make-test-python.nix ({ pkgs, lib, ... }:
 
     mkServer = { mpd, musicService, }:
       { boot.kernelModules = [ "snd-dummy" ];
-        sound.enable = true;
         services.mpd = mpd;
         systemd.services.musicService = musicService;
       };