nixpkgs/nixos/modules/installer/cd-dvd/installation-cd-minimal-new-kernel-no-zfs.nix

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

8 lines
131 B
Nix
Raw Normal View History

{ lib, ... }:
{
imports = [ ./installation-cd-minimal-new-kernel.nix ];
boot.supportedFilesystems.zfs = lib.mkForce false;
}