You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For the vast majority of simple installs, the steps are usually:
Format/partition disk (if needed)
ask: FS type (ext4, zfs, btrfs, etc)
ask: Swap y/n? If yes, how much?
ask: Encrypted?
(could probably just serialize this into a disko config)
Mount partitioned disk at /mnt
Generate a reasonable /mnt/etc/nixos/configuration.nix (can be overwritten later)
DE/WM preference could be asked
run nixos-rebuild boot (eventually ekaos-rebuild)
Set root password
There's not a lot of decision making being done, and a lot of these options can be shown to the user in a much easier manner than remember commands like fdisk -l to explore block devices, and then run a fair number of a partition and installing commands which are kind of "known ahead of time".
The text was updated successfully, but these errors were encountered:
For the vast majority of simple installs, the steps are usually:
nixos-rebuild boot
(eventuallyekaos-rebuild
)There's not a lot of decision making being done, and a lot of these options can be shown to the user in a much easier manner than remember commands like
fdisk -l
to explore block devices, and then run a fair number of a partition and installing commands which are kind of "known ahead of time".The text was updated successfully, but these errors were encountered: