about summary refs log tree commit diff
path: root/nixos/modules/installer/sd-card/sd-image-aarch64-new-kernel-no-zfs-installer.nix
blob: da5410057887e4e8a6d255c4c4a795aeac11cc19 (plain) (blame)
1
2
3
4
5
6
7
{ lib, ... }:

{
  imports = [ ./sd-image-aarch64-new-kernel-installer.nix ];

  boot.supportedFilesystems.zfs = lib.mkForce false;
}