Skip to content

Commit

Permalink
zfs: drop 'latestCompatibleLinuxPackages' (#567)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkachmar authored Nov 25, 2024
1 parent d18a7ae commit 1cccd52
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions nixos/common/zfs.nix
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
{ config, lib, ... }:
{
# You may also find this setting useful to automatically set the latest compatible kernel:
#boot.kernelPackages = config.boot.zfs.package.latestCompatibleLinuxPackages;

# Use the same default hostID as the NixOS install ISO and nixos-anywhere.
# This allows us to import zfs pool without using a force import.
# ZFS has this as a safety mechanism for networked block storage (ISCSI), but
Expand Down

0 comments on commit 1cccd52

Please sign in to comment.