summaryrefslogtreecommitdiffstats
path: root/types.nix
Commit message (Collapse)AuthorAgeFilesLines
* types mdadm: add metadata optionlassulus2022-10-021-0/+6
|
* types: fix lvm_lv config device namelassulus2022-09-301-2/+2
|
* disko: drop dependency on pkgsJörg Thalheim2022-09-131-29/+44
| | | | | This creates less headaches when importing nixos configuration and also fix some flake use cases.
* fix: mkfs randomly not detecting just partitioned deviceJairo Llopis2022-09-121-0/+2
| | | | @moduon MT-1248
* config: add zfsutil to zfs datasets as appropriateJörg Thalheim2022-09-051-0/+2
|
* config: fix fsType for zfsJörg Thalheim2022-09-051-2/+2
|
* fix nvme device namesJörg Thalheim2022-09-051-1/+1
|
* add test for standalone nixos configJörg Thalheim2022-09-041-2/+2
|
* name on partition is no longer optionalJörg Thalheim2022-09-041-1/+0
|
* make error message nicer if type is ommittedJörg Thalheim2022-09-041-1/+5
|
* reimplement disko using the nixos type systemlassulus2022-09-021-0/+1058
This should make the code cleaner, more robust and errors should be clearer. we also changed the configuration format a bit.