|
|
|
|
|
by SkyMarshal
1028 days ago
|
|
I'm not sure that's necessary for / at least, though /home is a different matter. Everything that needs to be persisted for / is done so either in configuration.nix (or equivalent flake), or using Impermanence. Once you've persisted things in one of those, it will remain so for all future derivations. You can also create separate ZFS pools for things like LXC/LXD that need to persist between boots, but don't naturally go in / or /home. |
|