aboutsummaryrefslogtreecommitdiffstats
path: root/modules/by-name/im (unfollow)
Commit message (Collapse)Author
2024-12-25fix(modules/impermanence): Don't always persist `/var/log` and `/var/lib/nixos`Benedikt Peetz
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`.
2024-12-24refactor(modules/impermanence): Migrate to by-name while distributing modsBenedikt Peetz