Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | fix nvme device names | Jörg Thalheim | 2022-09-05 | 1 | -1/+1 | |
|/ | ||||||
* | Merge pull request #35 from nix-community/fix-example | Jörg Thalheim | 2022-09-05 | 1 | -3/+2 | |
|\ | | | | | fix example/default.nix | |||||
| * | fix example/default.nix | Jörg Thalheim | 2022-09-05 | 1 | -3/+2 | |
|/ | ||||||
* | Merge pull request #34 from nix-community/types | Jörg Thalheim | 2022-09-04 | 1 | -16/+22 | |
|\ | | | | | README: fix example | |||||
| * | README: fix example | Jörg Thalheim | 2022-09-04 | 1 | -16/+22 | |
| | | ||||||
* | | Merge pull request #31 from nix-community/types | Jörg Thalheim | 2022-09-04 | 17 | -645/+1710 | |
|\| | | | | | Reimplement using types | |||||
| * | add test for standalone nixos config | Jörg Thalheim | 2022-09-04 | 4 | -29/+50 | |
| | | ||||||
| * | add test for lvm example | Jörg Thalheim | 2022-09-04 | 2 | -56/+72 | |
| | | ||||||
| * | name on partition is no longer optional | Jörg Thalheim | 2022-09-04 | 1 | -1/+0 | |
| | | ||||||
| * | fix gpt-bios-compat example and test it. | Jörg Thalheim | 2022-09-04 | 3 | -33/+47 | |
| | | ||||||
| * | make error message nicer if type is ommitted | Jörg Thalheim | 2022-09-04 | 1 | -1/+5 | |
| | | ||||||
| * | reimplement disko using the nixos type system | lassulus | 2022-09-02 | 11 | -531/+1542 | |
|/ | | | | | This should make the code cleaner, more robust and errors should be clearer. we also changed the configuration format a bit. | |||||
* | Merge pull request #27 from nix-community/zfs | Jörg Thalheim | 2022-08-26 | 18 | -117/+610 | |
|\ | | | | | zfs, lvm raid, btrfs subvolumes support & some fixups | |||||
| * | support zfs over legacy fs | lassulus | 2022-08-26 | 3 | -13/+65 | |
| | | ||||||
| * | zfs: support for root dataset mountpoint and mountpoint=none | Jörg Thalheim | 2022-08-26 | 3 | -10/+36 | |
| | | ||||||
| * | 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 |