From bbcc947c46f88d419f6563d646bc7dd805b3f14c Mon Sep 17 00:00:00 2001 From: worldofpeace Date: Mon, 9 Sep 2019 22:17:18 -0400 Subject: [PATCH] nixosTests.plasma5: fix test by enabling sound Same issue as f59b4cb8d545d3bb1bd954f9e3267cb7ebec3557 --- nixos/tests/plasma5.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/tests/plasma5.nix b/nixos/tests/plasma5.nix index 788c8719c8d..88d4ff33436 100644 --- a/nixos/tests/plasma5.nix +++ b/nixos/tests/plasma5.nix @@ -30,6 +30,7 @@ import ./make-test.nix ({ pkgs, ...} : enable = true; user = "alice"; }; + hardware.pulseaudio.enable = true; # needed for the factl test, /dev/snd/* exists without them but udev doesn't care then virtualisation.memorySize = 1024; environment.systemPackages = [ sddm_theme ]; };