server: switch to Linux 6.6

Signed-off-by: magic_rb <magic_rb@redalder.org>
This commit is contained in:
magic_rb 2024-11-09 22:16:20 +01:00
parent 29961182d4
commit 9b81f3068a
No known key found for this signature in database
GPG key ID: 08D5287CC5DDCA0E

View file

@ -24,7 +24,7 @@
"iTCO_wdt"
];
zfs.package = pkgs.zfs_unstable;
kernelPackages = config.boot.zfs.package.latestCompatibleLinuxPackages;
kernelPackages = pkgs.linuxKernel.packages.linux_6_6;
};
environment.systemPackages = [pkgs.ipmitool];