about summary refs log tree commit diff
path: root/nixos/tests/fsck.nix
AgeCommit message (Collapse)AuthorFilesLines
2022-03-28treewide: machine -> nodes.machineRobert Hensing1-1/+1
2021-02-14nixosTests.*: update to use virtualisation.fileSystemsMaciej Krüger1-1/+1
2019-11-05nixos/fsck: port test to pythonMarijan1-10/+12
2018-08-28systemd: ensure fsck Requires/After links are created in mount unitsMatt McHenry1-0/+29
systemd-fsck-generator only produces these lines if it can find the necessary fsck executable in its PATH. fixes #29139.