audio-server: use rt kernel

This commit is contained in:
Sandro - 2023-05-16 23:17:58 +02:00
parent 811b6fb3cd
commit a8a5870a02
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,8 @@
};
config = lib.mkIf config.c3d2.audioServer.enable {
boot.kernelPackages = pkgs.linuxPackages-rt_latest;
environment.systemPackages = with pkgs; [
mpd
mpv