nixosTests.plasma5: fix test by enabling sound
Same issue as f59b4cb8d545d3bb1bd954f9e3267cb7ebec3557
This commit is contained in:
parent
0eb814ea88
commit
bbcc947c46
@ -30,6 +30,7 @@ import ./make-test.nix ({ pkgs, ...} :
|
|||||||
enable = true;
|
enable = true;
|
||||||
user = "alice";
|
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;
|
virtualisation.memorySize = 1024;
|
||||||
environment.systemPackages = [ sddm_theme ];
|
environment.systemPackages = [ sddm_theme ];
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user