summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #75 from nix-community/zap2HEADmasterJörg Thalheim2022-12-2511-32/+114
|\ | | | | zap only devices we care about
| * examples complex: add short iter time for faster testslassulus2022-12-251-0/+6
| |
| * init disk-deactivate for cleaning up the disklassulus2022-12-244-20/+97
| |
| * tests swap: add jq to systemlassulus2022-12-242-1/+4
| |
| * examples: cleanup a bitlassulus2022-12-242-5/+1
| |
| * scripts: append old $PATH for destroyinglassulus2022-12-242-6/+6
| |
* | Merge pull request #82 from lilyinstarlight/feature/btrfs-subvolume-typesLassulus2022-12-232-30/+132
|\ \ | |/ |/|
| * types: add btrfs_subvol typeLily Foster2022-12-232-30/+132
|/
* Merge pull request #88 from nix-community/fixupLassulus2022-12-231-1/+3
|\
| * pass lib alongzimbatm2022-12-231-1/+3
| | | | | | | | Avoid impurities
* | Merge pull request #84 from lilyinstarlight/fix/mountOptionsLassulus2022-12-235-16/+14
|\ \ | |/ |/|
| * types: pass through mountOptions to _config for all typesLily Foster2022-12-235-16/+14
|/
* Merge pull request #83 from lilyinstarlight/fix/swapon-typoJörg Thalheim2022-12-231-1/+1
|\ | | | | swap: fix typo for checking if swap is on
| * swap: fix typo for checking if swap is onLily Foster2022-12-231-1/+1
|/
* Merge pull request #90 from nix-community/kuutamoJörg Thalheim2022-12-231-0/+1
|\ | | | | mdadm: add single-disk raid support
| * mdadm: add single-disk raid supportJörg Thalheim2022-12-231-0/+1
|/
* Merge pull request #91 from nix-community/fix-ciJörg Thalheim2022-12-232-2/+31
|\ | | | | pin nixpkgs again
| * pin nixpkgs againJörg Thalheim2022-12-232-2/+31
|/
* swap: require gnugreplassulus2022-12-121-1/+1
|
* Merge pull request #74 from nix-community/other-archsLassulus2022-12-093-41/+54
|\
| * use stdenvNoCC instead of barebone derivationJörg Thalheim2022-12-091-17/+17
| |
| * expose disko for non x86Jörg Thalheim2022-12-093-41/+54
|/
* zap: destroy all mdadm devices if mdadm is in PATHlassulus2022-12-082-5/+8
|
* examples: use default cryptsetup parameterslassulus2022-12-043-15/+0
|
* Merge pull request #70 from nix-community/tmpfsLassulus2022-12-043-5/+140
|\
| * add nodev support (for tmpfs, ramfs, nfs)lassulus2022-12-043-1/+133
| |
| * types: add default types for topLevel childrenlassulus2022-12-031-0/+3
| |
| * fix all mountOptionslassulus2022-12-031-4/+4
|/
* tests swap: get jq from systemPackageslassulus2022-12-022-1/+4
|
* types: init swapDavid Arnold2022-12-024-3/+131
|
* Merge pull request #65 from nix-community/no-depsLassulus2022-12-017-41/+52
|\
| * disko cli: add --no-deps modelassulus2022-12-013-8/+38
| |
| * tests module: test system.build output instead of systemPackageslassulus2022-12-011-4/+4
| |
| * example with-lib: remove traceValSeqlassulus2022-12-011-2/+2
| |
| * flake: fix stylelassulus2022-12-011-6/+6
| |
| * drop environment.systemPackagesJörg Thalheim2022-11-292-20/+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.
| * remove dependency on bashJörg Thalheim2022-11-291-1/+2
| |
* | Merge pull request #64 from nix-community/no-depsLassulus2022-11-281-0/+5
|\|
| * add disko output variant without package listJörg Thalheim2022-11-271-0/+5
|/ | | | | for netboot or kexec based installer we may want to avoid uploading too many dependencies because the target could go out-of-memory.
* zapCreateMount: stop mdraidsJörg Thalheim2022-11-252-1/+8
|
* module: put disko scripts in system.build for better referencelassulus2022-11-251-0/+15
|
* add zapCreateMount script for idempodents install from iso/kexeclassulus2022-11-254-2/+28
|
* types: fix negative relative disk sizelassulus2022-11-253-5/+43
|
* Merge pull request #57 from a-kenji/fix-typosLassulus2022-11-212-3/+3
|\ | | | | fix: typos
| * fix: typosa-kenji2022-11-212-3/+3
|/
* Merge pull request #56 from nix-community/cleanupLassulus2022-11-152-23/+22
|\
| * README: fold installation methodsJörg Thalheim2022-11-151-8/+14
| |
| * make flake the current installation recommendationJörg Thalheim2022-11-151-2/+2
| |
| * make device matching regexes a bit stricterJörg Thalheim2022-11-151-3/+3
| |
| * simplify deviceNumbering functionJörg Thalheim2022-11-151-15/+8
|/