summaryrefslogtreecommitdiffstats
path: root/example
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #75 from nix-community/zap2HEADmasterJörg Thalheim2022-12-253-5/+7
|\ | | | | zap only devices we care about
| * examples complex: add short iter time for faster testslassulus2022-12-251-0/+6
| |
| * examples: cleanup a bitlassulus2022-12-242-5/+1
| |
* | types: add btrfs_subvol typeLily Foster2022-12-231-5/+15
|/
* types: pass through mountOptions to _config for all typesLily Foster2022-12-234-5/+5
|
* examples: use default cryptsetup parameterslassulus2022-12-043-15/+0
|
* add nodev support (for tmpfs, ramfs, nfs)lassulus2022-12-041-0/+48
|
* types: init swapDavid Arnold2022-12-021-0/+52
|
* example with-lib: remove traceValSeqlassulus2022-12-011-2/+2
|
* types: fix negative relative disk sizelassulus2022-11-251-0/+27
|
* add regression test for #52lassulus2022-11-101-0/+50
|
* tests: add simple-efilassulus2022-10-231-0/+40
|
* example complex: fix default valuelassulus2022-10-231-1/+1
|
* tests: pass lib to exampleslassulus2022-10-2310-9/+44
|
* add nixos tests for disko.config, extend/fix existing testslassulus2022-10-0210-69/+300
|
* fix standalone exampleJörg Thalheim2022-09-131-5/+1
|
* fix example/default.nixJörg Thalheim2022-09-051-3/+2
|
* add test for standalone nixos configJörg Thalheim2022-09-041-25/+44
|
* add test for lvm exampleJörg Thalheim2022-09-041-55/+62
|
* fix gpt-bios-compat example and test it.Jörg Thalheim2022-09-042-33/+37
|
* reimplement disko using the nixos type systemlassulus2022-09-027-222/+445
| | | | | 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 fslassulus2022-08-261-0/+42
|
* zfs: support for root dataset mountpoint and mountpoint=noneJörg Thalheim2022-08-261-0/+7
|
* also test zfs filesystem optionsJörg Thalheim2022-08-261-0/+5
|
* add btrfs subvolumeslassulus2022-08-251-0/+26
|
* add lvm raidlassulus2022-08-252-33/+102
|
* add zfs support/test/examplelassulus2022-08-251-0/+41
|
* fix cryptsetup luksOpen idempotency, add luks-lvm testlassulus2022-08-251-0/+78
|
* fix mdadm mounting, move test to mdadm testlassulus2022-08-251-1/+0
|
* add mdadm supportlassulus2022-08-241-0/+60
|
* add flag supportJörg Thalheim2022-08-193-3/+39
|
* fix standalone exampleJörg Thalheim2022-08-192-28/+28
|
* disko: get rid of impure importsJörg Thalheim2022-08-171-1/+5
| | | | | | This is a backwards-incompatible change but it allows to pin nixpkgs, which is desirable especially in professional environments where reproduciblity is important.
* add README,stand-alone examplemakefu2018-09-112-0/+39
|
* lib.body.*: don't require initial (unused) statelassulus2018-07-311-3/+3
|
* lib: add mountlassulus2018-07-311-0/+1
|
* add luks.extraArgslassulus2018-07-311-0/+4
|
* layout -> devices, expose bodylassulus2018-07-311-2/+2
|
* rename format -> createlassulus2018-07-241-1/+1
|
* add top-level layout typelassulus2018-07-191-51/+56
|
* generate nixos config from definition, split into format & configlassulus2018-07-191-1/+4
|
* lib: add diskolassulus2018-07-171-43/+2
|
* example: sort and remove dead codetv2018-07-131-30/+22
|
* move disko.nix to example/ and add usagetv2018-07-132-0/+111