Enable a profile that enables exploding on reboot #6
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
See Vimjoyer's Video on the topic
Essentially it would make the system, use tmpfs instead of a regular file system, thus storing the majority of the system
on RAM instead of on DISK, this would mean all data is lost on power loss, and would need to be reconstructed by NixOS on reboot.
This of course means certain root directory like
boot,nixandhomedirectories would still have to remain on disk, but the rest would be exploded on power off, and reconstructed on boot.Enable a profile that enables exploding on rootto Enable a profile that enables exploding on reboot