nixpkgs/nixos/modules/installer/sd-card/sd-image-aarch64-new-kernel-no-zfs-installer.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
134 B
Nix
Raw Normal View History

{ lib, ... }:
{
imports = [ ./sd-image-aarch64-new-kernel-installer.nix ];
boot.supportedFilesystems.zfs = lib.mkForce false;
}