Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add mdadm support | lassulus | 2022-08-24 | 1 | -80/+3 |
| | |||||
* | use findmnt and mount with X-mount.mkdir | Jörg Thalheim | 2022-08-17 | 1 | -2/+5 |
| | | | | This feels slightly cleaner and makes the code shorter. | ||||
* | disko: get rid of impure imports | Jörg Thalheim | 2022-08-17 | 1 | -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 nixpkgs | lassulus | 2022-07-10 | 1 | -6/+6 |
| | |||||
* | feat: noop partitions | Jairo Llopis | 2022-07-08 | 1 | -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 test | lassulus | 2018-08-05 | 1 | -0/+97 |