ma audio: use latest kernel for musnix
This commit is contained in:
parent
53191edf4c
commit
9900f7b8d1
|
@ -10,7 +10,7 @@ in
|
|||
musnix.enable = true;
|
||||
musnix.kernel.optimize = true;
|
||||
musnix.kernel.realtime = true;
|
||||
# TODO: musnix.kernel.packages = pkgs.linuxPackages_latest_rt;
|
||||
musnix.kernel.packages = pkgs.linuxPackages_latest_rt;
|
||||
|
||||
users.users."${user}".extraGroups = [ "audio" ];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue