mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
nixosTests.plasma5: fix test by enabling sound
Same issue as f59b4cb8d5
This commit is contained in:
parent
0eb814ea88
commit
bbcc947c46
@ -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 ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user