This commit is contained in:
mjallen18
2026-02-05 16:59:54 -06:00
parent 32b0e67a7a
commit b738f38267
3 changed files with 121 additions and 5 deletions

View File

@@ -27,6 +27,8 @@
bcachefs = lib.mkForce false;
};
};
supportedFilesystems = lib.mkForce [ "apfs" ];
supportedFilesystems = {
apfs = lib.mkForce true;
};
};
}