| Commit message (Collapse) | Author |
|
values
This allows us to outsource the host-handling from the `flake.nix` file.
|
|
This allows us to avoid persisting `/var/lib/nixos`.
|
|
The information is currently out-dated, was never really up-to-date and
as such will not provide anything useful to new contributors.
We should probably try to write it again at some point when our
workflow has moved more from cathedral to bazaar.
|
|
Additionally, I've changed to owner of the `/var/lib/fail2ban` directory
to `root:root` as the main `fail2ban` service also runs under `root` and a
`fail2ban` user is never created.
|
|
|
|
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`.
|
|
Both of these modules have been moved to `by-name`
|