aboutsummaryrefslogtreecommitdiffstats
path: root/modules/by-name/im (follow)
Commit message (Collapse)AuthorAge
* modules: Use namespacesBenedikt Peetz2026-07-30
| | | | | That might make it easier in the future to merge different server configs together (and thusly facilitate code-reuse.).
* fix(modules/impermanence): Don't always persist `/var/log` and `/var/lib/nixos`Benedikt Peetz2024-12-25
| | | | | | | | | | 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 Peetz2024-12-24