hosts/*: remove deprecated zfs.latestCompatiblePackages
This commit is contained in:
parent
2ae0b91986
commit
e1f0179e3b
4 changed files with 7 additions and 7 deletions
|
@ -1,4 +1,4 @@
|
|||
{ lib, config, ... }: {
|
||||
{ lib, config, pkgs, ... }: {
|
||||
imports = [
|
||||
./hardware-configuration.nix
|
||||
./filesystems.nix
|
||||
|
@ -7,7 +7,7 @@
|
|||
system.stateVersion = "24.11";
|
||||
networking.hostId = "06a3f197";
|
||||
|
||||
boot.kernelPackages = lib.mkForce config.boot.zfs.package.latestCompatibleLinuxPackages;
|
||||
boot.kernelPackages = pkgs.linuxPackages;
|
||||
|
||||
modules = {
|
||||
hardware = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue