Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | expose disko for non x86 | Jörg Thalheim | 2022-12-09 | 1 | -1/+1 |
| | |||||
* | add nodev support (for tmpfs, ramfs, nfs) | lassulus | 2022-12-04 | 1 | -0/+10 |
| | |||||
* | tests swap: get jq from systemPackages | lassulus | 2022-12-02 | 2 | -1/+4 |
| | |||||
* | types: init swap | David Arnold | 2022-12-02 | 1 | -0/+19 |
| | |||||
* | tests module: test system.build output instead of systemPackages | lassulus | 2022-12-01 | 1 | -4/+4 |
| | |||||
* | drop environment.systemPackages | Jörg Thalheim | 2022-11-29 | 1 | -2/+0 |
| | | | | | | Those packages are only used for installation and are not used afterwards. system.build outputs can be used to get them in an installer included. | ||||
* | types: fix negative relative disk size | lassulus | 2022-11-25 | 1 | -0/+11 |
| | |||||
* | add regression test for #52 | lassulus | 2022-11-10 | 1 | -0/+12 |
| | |||||
* | tests: add testBoot parameter to disable boot tests | lassulus | 2022-11-10 | 1 | -16/+20 |
| | |||||
* | add tests for module and cli | lassulus | 2022-11-01 | 14 | -19/+115 |
| | |||||
* | tests: add simple-efi | lassulus | 2022-10-23 | 1 | -0/+9 |
| | |||||
* | tests: pass lib to examples | lassulus | 2022-10-23 | 2 | -4/+15 |
| | |||||
* | add nixos tests for disko.config, extend/fix existing tests | lassulus | 2022-10-02 | 11 | -41/+147 |
| | |||||
* | add test for standalone nixos config | Jörg Thalheim | 2022-09-04 | 1 | -1/+3 |
| | |||||
* | add test for lvm example | Jörg Thalheim | 2022-09-04 | 1 | -1/+10 |
| | |||||
* | fix gpt-bios-compat example and test it. | Jörg Thalheim | 2022-09-04 | 1 | -0/+10 |
| | |||||
* | reimplement disko using the nixos type system | lassulus | 2022-09-02 | 2 | -1/+21 |
| | | | | | This should make the code cleaner, more robust and errors should be clearer. we also changed the configuration format a bit. | ||||
* | support zfs over legacy fs | lassulus | 2022-08-26 | 1 | -0/+12 |
| | |||||
* | zfs: support for root dataset mountpoint and mountpoint=none | Jörg Thalheim | 2022-08-26 | 1 | -2/+2 |
| | |||||
* | also test zfs filesystem options | Jörg Thalheim | 2022-08-26 | 1 | -0/+17 |
| | |||||
* | 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 | 7 | -49/+51 |
| | |||||
* | tests: add lib, autoimport tests | lassulus | 2022-08-25 | 7 | -172/+82 |
| | |||||
* | add btrfs subvolumes | lassulus | 2022-08-25 | 1 | -0/+40 |
| | |||||
* | add lvm raid | lassulus | 2022-08-25 | 1 | -0/+39 |
| | |||||
* | run all tests on ci | lassulus | 2022-08-25 | 1 | -0/+8 |
| | |||||
* | add zfs support/test/example | lassulus | 2022-08-25 | 1 | -0/+40 |
| | |||||
* | fix cryptsetup luksOpen idempotency, add luks-lvm test | lassulus | 2022-08-25 | 1 | -0/+39 |
| | |||||
* | fix mdadm mounting, move test to mdadm test | lassulus | 2022-08-25 | 1 | -1/+2 |
| | |||||
* | 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 |