summary refs log tree commit diff
path: root/nixos/tests/plasma5.nix
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@protonmail.ch>2019-09-09 22:17:18 -0400
committerworldofpeace <worldofpeace@protonmail.ch>2019-09-10 09:15:39 -0400
commitbbcc947c46f88d419f6563d646bc7dd805b3f14c (patch)
tree8967ef5d642cc399d80b42ab2cc67de3bc7777cb /nixos/tests/plasma5.nix
parent0eb814ea883843f53eb2bd1451596231420bf10c (diff)
downloadnixpkgs-bbcc947c46f88d419f6563d646bc7dd805b3f14c.tar
nixpkgs-bbcc947c46f88d419f6563d646bc7dd805b3f14c.tar.gz
nixpkgs-bbcc947c46f88d419f6563d646bc7dd805b3f14c.tar.bz2
nixpkgs-bbcc947c46f88d419f6563d646bc7dd805b3f14c.tar.lz
nixpkgs-bbcc947c46f88d419f6563d646bc7dd805b3f14c.tar.xz
nixpkgs-bbcc947c46f88d419f6563d646bc7dd805b3f14c.tar.zst
nixpkgs-bbcc947c46f88d419f6563d646bc7dd805b3f14c.zip
nixosTests.plasma5: fix test by enabling sound
Same issue as f59b4cb8d545d3bb1bd954f9e3267cb7ebec3557
Diffstat (limited to 'nixos/tests/plasma5.nix')
-rw-r--r--nixos/tests/plasma5.nix1
1 files changed, 1 insertions, 0 deletions
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 ];
   };