summaryrefslogtreecommitdiffstats
path: root/default.nix
Commit message (Collapse)AuthorAgeFilesLines
* add test for standalone nixos configJörg Thalheim2022-09-041-1/+1
|
* reimplement disko using the nixos type systemlassulus2022-09-021-308/+18
| | | | | 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-13/+11
|
* zfs: support for root dataset mountpoint and mountpoint=noneJörg Thalheim2022-08-261-8/+27
|
* fix inconsistent indentation with nixpkgs-fmtJörg Thalheim2022-08-261-73/+87
|
* create.filesystem: support extraArgslassulus2022-08-251-1/+3
|
* add btrfs subvolumeslassulus2022-08-251-0/+14
|
* add lvm raidlassulus2022-08-251-16/+27
|
* add zfs support/test/examplelassulus2022-08-251-3/+62
|
* fix cryptsetup luksOpen idempotency, add luks-lvm testlassulus2022-08-251-1/+1
|
* fix mdadm mounting, move test to mdadm testlassulus2022-08-251-2/+3
|
* /lib -> /lassulus2022-08-241-4/+193
|
* disko: get rid of impure importsJörg Thalheim2022-08-171-2/+4
| | | | | | This is a backwards-incompatible change but it allows to pin nixpkgs, which is desirable especially in professional environments where reproduciblity is important.
* add default.nixmakefu2018-09-111-0/+3