mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-22 08:04:20 +01:00
server
: switch to Linux 6.6
Signed-off-by: magic_rb <magic_rb@redalder.org>
This commit is contained in:
parent
29961182d4
commit
9b81f3068a
|
@ -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];
|
||||
|
|
Loading…
Reference in a new issue