Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make device matching regexes a bit stricter | Jörg Thalheim | 2022-11-15 | 1 | -3/+3 |
| | |||||
* | simplify deviceNumbering function | Jörg Thalheim | 2022-11-15 | 1 | -15/+8 |
| | |||||
* | add support for mmc blk devices | Rishi Desai | 2022-11-15 | 1 | -0/+1 |
| | |||||
* | types: make deviceDependencies optional | lassulus | 2022-11-10 | 1 | -2/+2 |
| | |||||
* | types: add more packages | lassulus | 2022-11-01 | 1 | -9/+13 |
| | |||||
* | export config list in types | lassulus | 2022-10-23 | 1 | -3/+1 |
| | |||||
* | types: refactor topLevel into devices, move output generators to lib | lassulus | 2022-10-23 | 1 | -76/+59 |
| | |||||
* | types: add packages output | lassulus | 2022-10-23 | 1 | -11/+111 |
| | |||||
* | types: meta.dependencies -> meta.deviceDependencies | lassulus | 2022-10-23 | 1 | -8/+8 |
| | |||||
* | _config: use lists to merge config via nixos' imports = | lassulus | 2022-10-02 | 1 | -31/+37 |
| | |||||
* | types mdadm: add metadata option | lassulus | 2022-10-02 | 1 | -0/+6 |
| | |||||
* | types: fix lvm_lv config device name | lassulus | 2022-09-30 | 1 | -2/+2 |
| | |||||
* | disko: drop dependency on pkgs | Jörg Thalheim | 2022-09-13 | 1 | -29/+44 |
| | | | | | This creates less headaches when importing nixos configuration and also fix some flake use cases. | ||||
* | fix: mkfs randomly not detecting just partitioned device | Jairo Llopis | 2022-09-12 | 1 | -0/+2 |
| | | | | @moduon MT-1248 | ||||
* | config: add zfsutil to zfs datasets as appropriate | Jörg Thalheim | 2022-09-05 | 1 | -0/+2 |
| | |||||
* | config: fix fsType for zfs | Jörg Thalheim | 2022-09-05 | 1 | -2/+2 |
| | |||||
* | fix nvme device names | Jörg Thalheim | 2022-09-05 | 1 | -1/+1 |
| | |||||
* | add test for standalone nixos config | Jörg Thalheim | 2022-09-04 | 1 | -2/+2 |
| | |||||
* | name on partition is no longer optional | Jörg Thalheim | 2022-09-04 | 1 | -1/+0 |
| | |||||
* | 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 | 1 | -0/+1058 |
This should make the code cleaner, more robust and errors should be clearer. we also changed the configuration format a bit. |