Switch aloria to stable kernel again

This commit is contained in:
Thomas Avé 2026-05-07 20:22:36 +07:00
parent 7eccfacf88
commit 006e6e8302
Signed by: thomasave
SSH Key Fingerprint: SHA256:bvIbWy6TO9+PdMTPzWy6dqkRlVQ3eSky+vQcc9aRIiE
1 changed files with 2 additions and 1 deletions

View File

@ -56,7 +56,8 @@
nixpkgs.config.packageOverrides = pkgs: { nixpkgs.config.packageOverrides = pkgs: {
zfs = pkgs.zfs_unstable; zfs = pkgs.zfs_unstable;
}; };
boot.kernelPackages = pkgs.linuxPackages_6_19; boot.kernelPackages = pkgs.linuxPackages;
boot.zfs.forceImportRoot = false;
hardware.firmware = with pkgs; [ hardware.firmware = with pkgs; [
ipu6-camera-bins ipu6-camera-bins
ivsc-firmware ivsc-firmware