nixosTests.xfce: fix test by enabling sound

Same issue as f59b4cb8d5
This commit is contained in:
worldofpeace 2019-09-09 22:14:03 -04:00
parent 17877eaa68
commit 0eb814ea88

View file

@ -17,6 +17,8 @@ import ./make-test.nix ({ pkgs, ...} : {
services.xserver.desktopManager.xfce.enable = true;
environment.systemPackages = [ pkgs.xorg.xmessage ];
hardware.pulseaudio.enable = true; # needed for the factl test, /dev/snd/* exists without them but udev doesn't care then
};
testScript =