Jacek Galowicz

Results 14 issues of Jacek Galowicz

Hi, i have the following configuration: ```nix # disko config { lib, ... }: { disko.devices.disk = (lib.genAttrs [ "/dev/sda" ] (disk: { type = "disk"; device = disk; content...

when we destroy all partition info using `wipefs` we don't need all the `-y` flags etc. to confirm the partitioning commangs.

We should use something like ```bash destinationDisk=$(lsblk -bl -J | \ jq -r '.blockdevices | map(select(.type == "disk")) | max_by(.size) | .name' ``` instead of hardcoding `/dev/sda`

Hi, the test seem to be broken for some time now. I hope someone could look at it and fix them. We're shipping this plugin in nixpkgs, but are disabling...