Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | example complex: fix default value | lassulus | 2022-10-23 | 1 | -1/+1 |
| | |||||
* | export config list in types | lassulus | 2022-10-23 | 2 | -4/+2 |
| | |||||
* | types: refactor topLevel into devices, move output generators to lib | lassulus | 2022-10-23 | 2 | -83/+66 |
| | |||||
* | types: add packages output | lassulus | 2022-10-23 | 2 | -11/+112 |
| | |||||
* | types: meta.dependencies -> meta.deviceDependencies | lassulus | 2022-10-23 | 1 | -8/+8 |
| | |||||
* | tests: pass lib to examples | lassulus | 2022-10-23 | 12 | -13/+59 |
| | |||||
* | Merge pull request #43 from nix-community/test-config | Jörg Thalheim | 2022-10-04 | 23 | -142/+492 |
|\ | | | | | add nixos tests for disko.config | ||||
| * | add nixos tests for disko.config, extend/fix existing tests | lassulus | 2022-10-02 | 22 | -110/+448 |
| | | |||||
| * | _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 |
| | | |||||
* | | Merge pull request #46 from nix-community/add-license-1 | Lassulus | 2022-10-02 | 1 | -0/+21 |
|\ \ | |/ |/| | |||||
| * | Create LICENSE | Lassulus | 2022-10-02 | 1 | -0/+21 |
|/ | |||||
* | Merge pull request #42 from nix-community/standalone | Jörg Thalheim | 2022-09-13 | 1 | -5/+1 |
|\ | | | | | fix standalone example | ||||
| * | fix standalone example | Jörg Thalheim | 2022-09-13 | 1 | -5/+1 |
| | | |||||
* | | Merge pull request #41 from nix-community/nixpkgs | Lassulus | 2022-09-13 | 2 | -33/+46 |
|\| | |||||
| * | disko: drop dependency on pkgs | Jörg Thalheim | 2022-09-13 | 2 | -33/+46 |
|/ | | | | | This creates less headaches when importing nixos configuration and also fix some flake use cases. | ||||
* | Merge pull request #40 from moduon/refresh-after-partitioning | Jörg Thalheim | 2022-09-12 | 1 | -0/+2 |
|\ | | | | | fix: mkfs randomly not detecting just partitioned device | ||||
| * | fix: mkfs randomly not detecting just partitioned device | Jairo Llopis | 2022-09-12 | 1 | -0/+2 |
|/ | | | | @moduon MT-1248 | ||||
* | Merge pull request #37 from nix-community/zfs | Jörg Thalheim | 2022-09-05 | 1 | -2/+4 |
|\ | | | | | zfs: fix nixos config options | ||||
| * | 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 |
| | | |||||
* | | Merge pull request #36 from nix-community/nvme | Jörg Thalheim | 2022-09-05 | 1 | -1/+1 |
|\| | | | | | fix nvme device names | ||||
| * | fix nvme device names | Jörg Thalheim | 2022-09-05 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #35 from nix-community/fix-example | Jörg Thalheim | 2022-09-05 | 1 | -3/+2 |
|\ | | | | | fix example/default.nix | ||||
| * | fix example/default.nix | Jörg Thalheim | 2022-09-05 | 1 | -3/+2 |
|/ | |||||
* | Merge pull request #34 from nix-community/types | Jörg Thalheim | 2022-09-04 | 1 | -16/+22 |
|\ | | | | | README: fix example | ||||
| * | README: fix example | Jörg Thalheim | 2022-09-04 | 1 | -16/+22 |
| | | |||||
* | | Merge pull request #31 from nix-community/types | Jörg Thalheim | 2022-09-04 | 17 | -645/+1710 |
|\| | | | | | Reimplement using types | ||||
| * | add test for standalone nixos config | Jörg Thalheim | 2022-09-04 | 4 | -29/+50 |
| | | |||||
| * | add test for lvm example | Jörg Thalheim | 2022-09-04 | 2 | -56/+72 |
| | | |||||
| * | name on partition is no longer optional | Jörg Thalheim | 2022-09-04 | 1 | -1/+0 |
| | | |||||
| * | fix gpt-bios-compat example and test it. | Jörg Thalheim | 2022-09-04 | 3 | -33/+47 |
| | | |||||
| * | 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 | 11 | -531/+1542 |
|/ | | | | | This should make the code cleaner, more robust and errors should be clearer. we also changed the configuration format a bit. | ||||
* | Merge pull request #27 from nix-community/zfs | Jörg Thalheim | 2022-08-26 | 18 | -117/+610 |
|\ | | | | | zfs, lvm raid, btrfs subvolumes support & some fixups | ||||
| * | support zfs over legacy fs | lassulus | 2022-08-26 | 3 | -13/+65 |
| | | |||||
| * | zfs: support for root dataset mountpoint and mountpoint=none | Jörg Thalheim | 2022-08-26 | 3 | -10/+36 |
| | | |||||
| * | also test zfs filesystem options | Jörg Thalheim | 2022-08-26 | 2 | -0/+22 |
| | | |||||
| * | tests: use mountpoint program to check for mountpoints | Jörg Thalheim | 2022-08-26 | 4 | -4/+4 |
| | | |||||
| * | fix inconsistent indentation with nixpkgs-fmt | Jörg Thalheim | 2022-08-26 | 8 | -122/+138 |
| | | |||||
| * | tests: add lib, autoimport tests | lassulus | 2022-08-25 | 7 | -172/+82 |
| | | |||||
| * | create.filesystem: support extraArgs | lassulus | 2022-08-25 | 1 | -1/+3 |
| | | |||||
| * | add btrfs subvolumes | lassulus | 2022-08-25 | 3 | -0/+80 |
| | | |||||
| * | add lvm raid | lassulus | 2022-08-25 | 4 | -49/+168 |
| | | |||||
| * | run all tests on ci | lassulus | 2022-08-25 | 3 | -4/+12 |
| | | |||||
| * | add zfs support/test/example | lassulus | 2022-08-25 | 3 | -3/+143 |
| | | |||||
| * | fix cryptsetup luksOpen idempotency, add luks-lvm test | lassulus | 2022-08-25 | 3 | -1/+118 |
| | | |||||
| * | fix mdadm mounting, move test to mdadm test | lassulus | 2022-08-25 | 3 | -4/+5 |
|/ | |||||
* | /lib -> / | lassulus | 2022-08-24 | 2 | -198/+193 |
| |