hosts/*: remove deprecated zfs.latestCompatiblePackages

This commit is contained in:
Infinidoge 2024-09-25 00:56:51 -04:00
parent 2ae0b91986
commit e1f0179e3b
Signed by: Infinidoge
SSH key fingerprint: SHA256:EMoPe5e2dO0gEvtBb2xkZTz5dkyL0rBmuiGTKG5s96E
4 changed files with 7 additions and 7 deletions

View file

@ -1,4 +1,4 @@
{ config, lib, ... }:
{ pkgs, lib, ... }:
with lib.our.disko;
let
inherit (builtins) mapAttrs;
@ -6,7 +6,7 @@ let
mountOptions = defaultMountOptions;
in
{
boot.kernelPackages = lib.mkForce config.boot.zfs.package.latestCompatibleLinuxPackages;
boot.kernelPackages = pkgs.linuxPackages;
boot.zfs.extraPools = [ "zssd" "zhdd" ];