summary refs log tree commit diff stats
path: root/modules/by-name/im/impermanence/module.nix (follow)
Commit message (Collapse)AuthorAge
* fix(modules/impermanence): Don't always persist `/var/log` and `/var/lib/nixos`Benedikt Peetz2 days
| | | | | | | | | | Persisting them, without marking the `/srv` containing fs as `neededForBoot` will result in a kernel panic in the init (because `impermanence` tries to mount these directories and fails as `/srv` is still missing.) Thus, each host, that sets `/srv` to `neededForBoot` should add these directories to `vhack.persist.directories`.
* refactor(modules/impermanence): Migrate to by-name while distributing modsBenedikt Peetz3 days