nixosTests.plasma5: fix test by enabling sound

Same issue as f59b4cb8d5
This commit is contained in:
worldofpeace 2019-09-09 22:17:18 -04:00
parent 0eb814ea88
commit bbcc947c46

View file

@ -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 ];
};