mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
nixosTests.plasma5: fix test by enabling sound
Same issue as f59b4cb8d5
This commit is contained in:
parent
0eb814ea88
commit
bbcc947c46
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue