ZFS: Difference between revisions

m worth -> forth
Line 13: Line 13:
This snippet will configure the latest compatible kernel:
This snippet will configure the latest compatible kernel:


<syntaxHighlight lang=nix>
<syntaxhighlight lang="nix">
{ lib, pkgs, ... }:
{ lib, pkgs, ... }:
let
let
Line 30: Line 30:
in
in
{
{
   # Note this might jump back and worth as kernel get added or removed.
   # Note this might jump back and forth as kernel get added or removed.
   boot.kernelPackages = latestZfsCompatibleLinuxPackages;
   boot.kernelPackages = latestZfsCompatibleLinuxPackages;
}
}
</syntaxHighlight>
</syntaxhighlight>


==== Partial support for SWAP on ZFS ====
==== Partial support for SWAP on ZFS ====