chocolatebar: don't use realtime kernel
This commit is contained in:
parent
b9bc457494
commit
6387f7a749
|
@ -10,7 +10,7 @@ with lib; let
|
||||||
in {
|
in {
|
||||||
musnix = {
|
musnix = {
|
||||||
enable = true;
|
enable = true;
|
||||||
kernel.realtime = true;
|
kernel.realtime = false;
|
||||||
soundcardPciId = "0d:00.4";
|
soundcardPciId = "0d:00.4";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue