Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tests: add testBoot parameter to disable boot tests | lassulus | 2022-11-10 | 1 | -16/+20 |
| | |||||
* | types: make deviceDependencies optional | lassulus | 2022-11-10 | 1 | -2/+2 |
| | |||||
* | disko: add flake usage | lassulus | 2022-11-10 | 1 | -0/+1 |
| | |||||
* | disko: don't create result links | lassulus | 2022-11-09 | 1 | -0/+1 |
| | |||||
* | disko: support nixos-install style flake syntax | lassulus | 2022-11-09 | 2 | -14/+37 |
| | |||||
* | disko: don't fail in flake mode | lassulus | 2022-11-09 | 1 | -1/+1 |
| | |||||
* | Merge pull request #48 from nix-community/module | Lassulus | 2022-11-09 | 33 | -211/+764 |
|\ | |||||
| * | feat: allow to declare disko-config relative to flake | David Arnold | 2022-11-09 | 2 | -4/+26 |
| | | |||||
| * | feat: reuse the pre-installed channel | David Arnold | 2022-11-09 | 2 | -29/+3 |
| | | |||||
| * | feat: trim the build to the minimum | David Arnold | 2022-11-09 | 2 | -18/+29 |
| | | | | | | | | on a slow finicky target machine, no time to pull gcc | ||||
| * | fix: expect normal disko-config module files | David Arnold | 2022-11-09 | 1 | -2/+2 |
| | | |||||
| * | fix: add package build and fix disko | David Arnold | 2022-11-09 | 3 | -2/+34 |
| | | |||||
| * | WIP docs | zimbatm | 2022-11-02 | 1 | -2/+44 |
| | | | | | | | | Based on https://documentation.divio.com/ | ||||
| * | types: add more packages | lassulus | 2022-11-01 | 1 | -9/+13 |
| | | |||||
| * | add tests for module and cli | lassulus | 2022-11-01 | 14 | -19/+115 |
| | | |||||
| * | add disko cli | lassulus | 2022-11-01 | 3 | -2/+85 |
| | | |||||
| * | disko: add scripts with pkgs | lassulus | 2022-10-29 | 1 | -0/+8 |
| | | |||||
| * | add module | lassulus | 2022-10-29 | 3 | -67/+171 |
| | | |||||
| * | tests: add simple-efi | lassulus | 2022-10-23 | 2 | -0/+49 |
| | | |||||
| * | 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 |
| | |