-
Notifications
You must be signed in to change notification settings - Fork 1
Don't partition on user's behalf #7
Copy link
Copy link
Open
Description
Just like NixOS, we should assume that partitions have already been created and configured correctly. We should then simply mount the partition if it's not already mounted and install NixOS on it. The partition that we install NixOS into must either be blank or must already contain NixOS. This will help quite a bit in protecting ourselves from trashing important data.
Reactions are currently unavailable