Skip to content

Commit

Permalink
modules/nixos/common/builder: drop boot.zfs.package
Browse files Browse the repository at this point in the history
2.3 is the default
  • Loading branch information
zowoq committed Feb 6, 2025
1 parent 473e80b commit fd36f32
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions modules/nixos/common/builder.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@

boot.kernelPackages = lib.mkDefault pkgs.linuxKernel.packages.linux_6_6;

boot.zfs.package = pkgs.zfs_2_3;

# kernel samepage merging
hardware.ksm.enable = true;

Expand Down

0 comments on commit fd36f32

Please sign in to comment.