Changed kernel version

This commit is contained in:
Jan-Bulthuis 2025-04-16 20:28:38 +02:00
parent 18db7c616d
commit 5a97cd69e2
1 changed files with 4 additions and 0 deletions

View File

@ -54,5 +54,9 @@
RestartSec = 5;
};
};
# Boot option for soundcard
# boot.kernelParams = [ "snd-intel-dspcfg.dsp_driver=1" ];
boot.kernelPackages = pkgs.linuxPackages_6_9;
};
}