Switch aloria to stable kernel again
This commit is contained in:
parent
7eccfacf88
commit
006e6e8302
|
|
@ -56,7 +56,8 @@
|
|||
nixpkgs.config.packageOverrides = pkgs: {
|
||||
zfs = pkgs.zfs_unstable;
|
||||
};
|
||||
boot.kernelPackages = pkgs.linuxPackages_6_19;
|
||||
boot.kernelPackages = pkgs.linuxPackages;
|
||||
boot.zfs.forceImportRoot = false;
|
||||
hardware.firmware = with pkgs; [
|
||||
ipu6-camera-bins
|
||||
ivsc-firmware
|
||||
|
|
|
|||
Loading…
Reference in New Issue