summary refs log tree commit diff stats
path: root/modules/by-name/ng/nginx (unfollow)
Commit message (Collapse)Author
2024-12-25refactor(system/services/fail2ban): Migrate to `by-name`Benedikt Peetz
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.
2024-12-25refactor(system/services/rust-motd): Migrate to `by-name`Benedikt Peetz
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-25fix(system): Remove out-dated importsBenedikt Peetz
Both of these modules have been moved to `by-name`
2024-12-25refactor(system/users): Migrate to `by-name`Benedikt Peetz
2024-12-25fix(modules/git-server): Use `vhack.persist` for data-directoriesBenedikt Peetz
This avoids having to create them manually on the server and is, overall just generally a better way to solve this problem.
2024-12-25fix(modules/back): Use correct source-code environment variableBenedikt Peetz
2024-12-25build(scripts/deploy): InitBenedikt Peetz