lassulus

Results 179 comments of lassulus

https://wiki.archlinux.org/title/Bcachefs#Multiple_drives bcachefs has support for multiple devices. so we need some abstraction like for lvm or mdadm to be feature complete

whats the error? the legacy table is deprecated and lacks a lot of features. gpt table can also set start and end instead of size, size is just an alias...

yeah the start, stop and size parameters of gpt also support sectors. just specify them without a suffix. Weil if you want to specify the password interactively just don't specify...

it should basically work by replicating your current disk layout in disko (using priority for the order of the partitons) and then just running the format script manually (not the...

hello, yes I'm working on it. although it's a bit complicated to detect the current setup and decide which changes are destructive and which are not. The solution I'm working...

ah, I have a WIP commit which adds this for some types: https://github.com/nix-community/disko/pull/435 although I'm not very happy with the implementation. it's a lot of duplicated code and it would...

alrighty, we now have https://github.com/nix-community/disko/pull/568 which "should" make the createScript non destructive, be careful to use the createScript and not the diskoScript (that one wipes the disks first). Also this...

inputs is not defined, you need to pass it somehow from your flake.nix. maybe with specialArgs?

I'm not really following, it seems like you try to access inputs somewhere, where it is not defined. I can help you if you paste more of your config I...

yes, there a multiple solutions. like a modification of https://github.com/nix-community/disko/blob/master/docs/disko-install.md#using-disko-install-in-an-offline-installer or https://github.com/nix-community/nixos-anywhere