-
-
Notifications
You must be signed in to change notification settings - Fork 126
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Usage for configurations without disko #274
Comments
Just seeing this #69 , having a pre formated disk or a manual disk preparation via ssh would work with this. But having a disk configuration not supported by disko remains a problem. |
For multi device btrfs, I'm using following workaround:
|
I've recently started to use nisos-anywhere to deploy my configurations which also inkludes a disko definition on machines that have a relative simple disk layout.
Now I'm struggling to use my data server as well as my Raspberry Pi with nixos-anywhere. The reason for the data server is that disko does not support a multi device setup for Btrfs at the moment so I would need to replace the disko step with a custom script. Same goes for the Raspberry Pi, since I'm using the UEFI Firmware on it the disk is already partitioned and only need to be mounted.
Would it be possible to have a flag like
--skip-disko
that requires/takes a script as argument which creates, formats and mounts the partitions to match the configuration given to nixos-anywhere? Basically a manual format and mount in the form of a script.I know the use case is a bit niche but it would be helpful especially for the part with non supported setups by disko.
The text was updated successfully, but these errors were encountered: