Use latest ZFS compatible kernel on picard

This commit is contained in:
Andrea Ciceri 2024-05-01 10:50:47 +02:00
parent 4d57037bd1
commit 1ef63feb7c
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg

View file

@ -74,6 +74,7 @@
"tor-browser"
"kicad"
"monero"
"zulip"
];
extraGroups = [];
backupPaths = [];
@ -101,7 +102,8 @@
configurationLimit = 20;
};
boot.kernelPackages = pkgs.linuxKernel.packages.linux_6_7;
# boot.kernelPackages = pkgs.linuxKernel.packages.linux_6_8;
boot.kernelPackages = config.boot.zfs.package.latestCompatibleLinuxPackages;
networking.hostId = "5b02e763";