about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@protonmail.ch>2019-09-09 22:13:06 -0400
committerworldofpeace <worldofpeace@protonmail.ch>2019-09-10 09:14:54 -0400
commit17877eaa682407e613429e97cbf28f0297fb2e7d (patch)
tree91f1b6f7d3f2de8d7149f9a0a84bd6368854ef07 /nixos
parent6454eda4041f0598803c70e03081b4cf0c087285 (diff)
downloadnixlib-17877eaa682407e613429e97cbf28f0297fb2e7d.tar
nixlib-17877eaa682407e613429e97cbf28f0297fb2e7d.tar.gz
nixlib-17877eaa682407e613429e97cbf28f0297fb2e7d.tar.bz2
nixlib-17877eaa682407e613429e97cbf28f0297fb2e7d.tar.lz
nixlib-17877eaa682407e613429e97cbf28f0297fb2e7d.tar.xz
nixlib-17877eaa682407e613429e97cbf28f0297fb2e7d.tar.zst
nixlib-17877eaa682407e613429e97cbf28f0297fb2e7d.zip
nixosTests.xfce4-14: fix test by enabling sound
Same issue as f59b4cb8d545d3bb1bd954f9e3267cb7ebec3557
Diffstat (limited to 'nixos')
-rw-r--r--nixos/tests/xfce4-14.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/tests/xfce4-14.nix b/nixos/tests/xfce4-14.nix
index d9b10aabaa1f..9dfedc6fbb97 100644
--- a/nixos/tests/xfce4-14.nix
+++ b/nixos/tests/xfce4-14.nix
@@ -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 =