Update Kitty kernel

This commit is contained in:
Bun 2025-03-08 16:11:12 -05:00
parent 31a90dc100
commit 1b9fc444bb

View file

@ -1,7 +1,7 @@
{ pkgs, ... }:
{
boot = {
kernelPackages = pkgs.linuxPackages_5_10;
kernelPackages = pkgs.linuxPackages_5_15;
swraid = {
enable = true;
mdadmConf = "MAILADDR contact@nixfox.ca";