Dotfiles-NixOS/ISO/iso.nix

8 lines
170 B
Nix

{ lib, ... }:
{
boot.supportedFilesystems = {
f2fs = true;
zfs = lib.mkForce false; # Pulled by ISO build for some reason, and it's broken as of writing
};
}