nix-community / impermanence

Modules to help you handle persistent state on systems with ephemeral root storage [maintainer=@talyz]
MIT License
1.14k stars 84 forks source link

nixos: avoid side effects to fileSystems if possible #190

Closed jian-lin closed 3 months ago

jian-lin commented 3 months ago

This is a good idea in itself.

Additionally, it avoids issues if users want to use mkDefault in their fileSystems config and have no persistent directories.

jian-lin commented 3 months ago

@talyz Hi, I have fixed the formatting. Please have a look.