summaryrefslogtreecommitdiffstats
path: root/tests/test.nix
Commit message (Collapse)AuthorAgeFilesLines
* fix mdadm mounting, move test to mdadm testlassulus2022-08-251-38/+0
|
* add mdadm supportlassulus2022-08-241-80/+3
|
* use findmnt and mount with X-mount.mkdirJörg Thalheim2022-08-171-2/+5
| | | | This feels slightly cleaner and makes the code shorter.
* disko: get rid of impure importsJörg Thalheim2022-08-171-16/+23
| | | | | | This is a backwards-incompatible change but it allows to pin nixpkgs, which is desirable especially in professional environments where reproduciblity is important.
* fix: make test work with up2date nixpkgslassulus2022-07-101-6/+6
|
* feat: noop partitionsJairo Llopis2022-07-081-1/+9
| | | | | | | | | | Some deployments just need a raw block device because the app works better when handling those. Examples: Ceph, Longhorn, OpenEBS. The new `noop` type supports that. It just does nothing with the partitions created, whenever applied. @moduon MT-904
* add nixos testlassulus2018-08-051-0/+97