summaryrefslogtreecommitdiffstats
path: root/types.nix
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #75 from nix-community/zap2HEADmasterJörg Thalheim2022-12-251-17/+6
|\ | | | | zap only devices we care about
| * init disk-deactivate for cleaning up the disklassulus2022-12-241-17/+6
| |
* | types: add btrfs_subvol typeLily Foster2022-12-231-25/+117
|/
* types: pass through mountOptions to _config for all typesLily Foster2022-12-231-11/+9
|
* swap: fix typo for checking if swap is onLily Foster2022-12-231-1/+1
|
* mdadm: add single-disk raid supportJörg Thalheim2022-12-231-0/+1
|
* swap: require gnugreplassulus2022-12-121-1/+1
|
* zap: destroy all mdadm devices if mdadm is in PATHlassulus2022-12-081-4/+7
|
* add nodev support (for tmpfs, ramfs, nfs)lassulus2022-12-041-1/+75
|
* types: add default types for topLevel childrenlassulus2022-12-031-0/+3
|
* fix all mountOptionslassulus2022-12-031-4/+4
|
* types: init swapDavid Arnold2022-12-021-3/+59
|
* zapCreateMount: stop mdraidsJörg Thalheim2022-11-251-0/+7
|
* add zapCreateMount script for idempodents install from iso/kexeclassulus2022-11-251-0/+20
|
* types: fix negative relative disk sizelassulus2022-11-251-5/+5
|
* fix: typosa-kenji2022-11-211-2/+2
|
* make device matching regexes a bit stricterJörg Thalheim2022-11-151-3/+3
|
* simplify deviceNumbering functionJörg Thalheim2022-11-151-15/+8
|
* add support for mmc blk devicesRishi Desai2022-11-151-0/+1
|
* types: make deviceDependencies optionallassulus2022-11-101-2/+2
|
* types: add more packageslassulus2022-11-011-9/+13
|
* export config list in typeslassulus2022-10-231-3/+1
|
* types: refactor topLevel into devices, move output generators to liblassulus2022-10-231-76/+59
|
* types: add packages outputlassulus2022-10-231-11/+111
|
* types: meta.dependencies -> meta.deviceDependencieslassulus2022-10-231-8/+8
|
* _config: use lists to merge config via nixos' imports =lassulus2022-10-021-31/+37
|
* 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.