Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
{ lib, ... }:
{
imports = [ ./installation-cd-minimal-new-kernel.nix ];
boot.supportedFilesystems.zfs = lib.mkForce false;
}