Skip to content

Commit

Permalink
nixosTests.plasma5: fix test by enabling sound
Browse files Browse the repository at this point in the history
Same issue as f59b4cb
  • Loading branch information
worldofpeace committed Sep 10, 2019
1 parent 0eb814e commit bbcc947
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nixos/tests/plasma5.nix
Expand Up @@ -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 ];
};
Expand Down

0 comments on commit bbcc947

Please sign in to comment.