mirror of
https://github.com/Username404-59/Dotfiles-NixOS.git
synced 2026-07-03 12:58:07 +02:00
8 lines
170 B
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
|
|
};
|
|
} |