about summary refs log tree commit diff
path: root/nixos/tests/non-default-filesystems.nix
AgeCommit message (Collapse)AuthorFilesLines
2023-07-10nixos/tests: add myself to maintainers of erofs testnikstur1-0/+2
2023-07-10nixos/tests: add squashfs testnikstur1-0/+39
2023-05-26nixos/stage-1: support bind mounts of filesAlyssa Ross1-0/+25
On my system, / is tmpfs, and /etc/machine-id is bind mounted from /persist.
2023-05-12nixos/filesystems: init erofsnikstur1-41/+92
Enable using an erofs filesystem as one of the filesystems needed to boot the system. This is useful for example in image based deployments where the Nix store is mounted read only. [erofs](https://docs.kernel.org/filesystems/erofs.html) offers multiple benefits over older filesystems like squashfs. Skip fsck.erofs because it is still experimental.
2023-04-21nixos/tests(treewide): vdb → vda, vdc → vdb, vdd → vdc, … / ↵Raito Bezarius1-1/+2
bootDevice → rootDevice
2022-07-02nixos/tests: add non-default-filesystems testT0astBread1-0/+54