Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | also test zfs filesystem options | Jörg Thalheim | 2022-08-26 | 2 | -0/+22 |
| | |||||
* | tests: use mountpoint program to check for mountpoints | Jörg Thalheim | 2022-08-26 | 4 | -4/+4 |
| | |||||
* | fix inconsistent indentation with nixpkgs-fmt | Jörg Thalheim | 2022-08-26 | 8 | -122/+138 |
| | |||||
* | tests: add lib, autoimport tests | lassulus | 2022-08-25 | 7 | -172/+82 |
| | |||||
* | create.filesystem: support extraArgs | lassulus | 2022-08-25 | 1 | -1/+3 |
| | |||||
* | add btrfs subvolumes | lassulus | 2022-08-25 | 3 | -0/+80 |
| | |||||
* | add lvm raid | lassulus | 2022-08-25 | 4 | -49/+168 |
| | |||||
* | run all tests on ci | lassulus | 2022-08-25 | 3 | -4/+12 |
| | |||||
* | add zfs support/test/example | lassulus | 2022-08-25 | 3 | -3/+143 |
| | |||||
* | fix cryptsetup luksOpen idempotency, add luks-lvm test | lassulus | 2022-08-25 | 3 | -1/+118 |
| | |||||
* | fix mdadm mounting, move test to mdadm test | lassulus | 2022-08-25 | 3 | -4/+5 |
| | |||||
* | /lib -> / | lassulus | 2022-08-24 | 2 | -198/+193 |
| | |||||
* | Merge pull request #23 from Baitinq/master | Lassulus | 2022-08-24 | 1 | -1/+1 |
|\ | |||||
| * | Support logical volume sizing in logical extents units | Baitinq | 2022-08-24 | 1 | -1/+1 |
| | | | | | | | | | | This allows us to create a lv with size 100%FREE for all the availeable size of the VG, etc. | ||||
* | | Merge pull request #22 from nix-community/raid2 | Jörg Thalheim | 2022-08-24 | 3 | -91/+99 |
|\ \ | |/ |/| | add mdadm support | ||||
| * | add mdadm support | lassulus | 2022-08-24 | 3 | -91/+99 |
| | | |||||
* | | Merge pull request #21 from Baitinq/master | Lassulus | 2022-08-24 | 1 | -3/+3 |
|\ \ | |/ |/| | |||||
| * | Support optional keyfile for luks encrypted partitions | Baitinq | 2022-08-24 | 1 | -3/+3 |
|/ | | | | | | If the keyfile attribute is not present it will omit any keyfile luks configuration and instead will make the user be prompted for any passphrases. | ||||
* | Merge pull request #15 from nix-community/dev-disk | Jörg Thalheim | 2022-08-23 | 1 | -11/+44 |
|\ | | | | | use /dev/disk/by-path for better nvme support | ||||
| * | fix mount.partition by non rehashing already hashed device-id | Jörg Thalheim | 2022-08-23 | 1 | -1/+1 |
| | | |||||
| * | use nix at eval time rather grep at runtime | Jörg Thalheim | 2022-08-23 | 1 | -7/+6 |
| | | |||||
| * | use /dev/disk/by-path for better nvme support | lassulus | 2022-08-23 | 1 | -11/+45 |
|/ | |||||
* | Merge pull request #12 from nix-community/flag-support | Jörg Thalheim | 2022-08-19 | 6 | -31/+70 |
|\ | | | | | Add flag support | ||||
| * | add flag support | Jörg Thalheim | 2022-08-19 | 4 | -3/+42 |
| | | |||||
| * | fix standalone example | Jörg Thalheim | 2022-08-19 | 2 | -28/+28 |
| | | |||||
* | | Merge pull request #11 from nix-community/change-mount-code | Jörg Thalheim | 2022-08-17 | 2 | -5/+7 |
|\| | | | | | use findmnt and mount with X-mount.mkdir | ||||
| * | use findmnt and mount with X-mount.mkdir | Jörg Thalheim | 2022-08-17 | 2 | -5/+7 |
|/ | | | | This feels slightly cleaner and makes the code shorter. | ||||
* | Merge pull request #10 from nix-community/docs | Jörg Thalheim | 2022-08-17 | 1 | -28/+24 |
|\ | | | | | README: fix the example | ||||
| * | README: fix the example | Jörg Thalheim | 2022-08-17 | 1 | -28/+24 |
|/ | |||||
* | Merge pull request #8 from nix-community/no-impure | Jörg Thalheim | 2022-08-17 | 8 | -25/+85 |
|\ | | | | | No impure | ||||
| * | add flake | Jörg Thalheim | 2022-08-17 | 2 | -0/+46 |
| | | |||||
| * | add gitignore | Jörg Thalheim | 2022-08-17 | 1 | -0/+1 |
| | | |||||
| * | disko: get rid of impure imports | Jörg Thalheim | 2022-08-17 | 5 | -25/+38 |
|/ | | | | | | 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 |
| | |||||
* | Merge pull request #6 from moduon/noop | Lassulus | 2022-07-10 | 2 | -1/+15 |
|\ | | | | | feat: noop partitions | ||||
| * | feat: noop partitions | Jairo Llopis | 2022-07-08 | 2 | -1/+15 |
|/ | | | | | | | | | | 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 | ||||
* | Merge pull request #4 from Mic92/docs | Lassulus | 2019-09-16 | 1 | -38/+45 |
|\ | | | | | Improve documentation | ||||
| * | README.md: explain tsp-create/tsp-mount commands. | Jörg Thalheim | 2019-09-16 | 1 | -0/+6 |
| | | |||||
| * | README: fix incorrect example | Jörg Thalheim | 2019-09-16 | 1 | -1/+1 |
| | | |||||
| * | README.md: put tsp-disk.json before configuration.nix | Jörg Thalheim | 2019-09-16 | 1 | -24/+25 |
| | | | | | | | | | | This is imho the more important configuration of this tool. The configuration.nix is just necessary boiler code. | ||||
| * | README.md: comment install-to-hd by default out | Jörg Thalheim | 2019-09-16 | 1 | -13/+13 |
|/ | | | | otherwise people might accidentally loose data. | ||||
* | README: fix example syntax | lassulus | 2019-02-02 | 1 | -1/+1 |
| | |||||
* | lib.*.lv: /dev/foo/bar -> /dev/mapper/foo-bar | tv | 2018-10-07 | 1 | -3/+3 |
| | |||||
* | lib.config.filesystem: propagate options | tv | 2018-10-07 | 1 | -0/+1 |
| | |||||
* | lib.config: mergeAttrs -> recursiveUpdate | tv | 2018-10-07 | 1 | -3/+3 |
| | |||||
* | add ci.nix | lassulus | 2018-09-13 | 1 | -0/+8 |
| | |||||
* | lib/default: check for fs instead of luks | makefu | 2018-09-11 | 1 | -1/+1 |
| | |||||
* | optional string brackets | makefu | 2018-09-11 | 1 | -3/+3 |
| | |||||
* | Merge remote-tracking branch 'lass/fix' | makefu | 2018-09-11 | 1 | -3/+3 |
|\ | |||||
| * | mount.devices: fix attribute not found error | lassulus | 2018-09-11 | 1 | -3/+3 |
| | |