nixosTests.xfce4-14: fix test by enabling sound
Same issue as f59b4cb8d5
This commit is contained in:
parent
6454eda404
commit
17877eaa68
1 changed files with 2 additions and 0 deletions
|
@ -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 =
|
||||
|
|
Loading…
Reference in a new issue