nixosTests.xfce4-14: fix test by enabling sound

Same issue as f59b4cb8d545d3bb1bd954f9e3267cb7ebec3557
This commit is contained in:
worldofpeace 2019-09-09 22:13:06 -04:00
parent 6454eda404
commit 17877eaa68

@ -12,6 +12,8 @@ import ./make-test.nix ({ pkgs, ...} : {
services.xserver.displayManager.auto.user = "alice";
services.xserver.desktopManager.xfce4-14.enable = true;
hardware.pulseaudio.enable = true; # needed for the factl test, /dev/snd/* exists without them but udev doesn't care then
};
testScript =