This commit is contained in:
Shelvacu
2024-09-15 15:03:23 -07:00
parent 0bce429ad0
commit d365fe304a

View File

@@ -14,7 +14,7 @@ in
{
boot.zfs.extraPools = [ "fw" ];
# config.boot.zfs.package.latestCompatibleLinuxPackages is fucked, if there are multiple compatible linuxes of the same version, it picks effectively an arbitrary one
boot.kernelPackages = pkgs.linux_6_10;
boot.kernelPackages = pkgs.linuxKernel.packages.linux_6_10;
systemd.services.zfs-mount.enable = false;
# see also fileSystems."/"