audio-server: fix eval

This commit is contained in:
Sandro - 2023-05-18 16:19:57 +02:00
parent e03f42925e
commit 26dce1e4cf
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 1 additions and 1 deletions

View File

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