Commit message (Collapse) | Author | ||
---|---|---|---|
2024-12-25 | refactor(system/services/rust-motd): Migrate to `by-name` | Benedikt Peetz | |
2024-12-25 | fix(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-25 | fix(system): Remove out-dated imports | Benedikt Peetz | |
Both of these modules have been moved to `by-name` | |||
2024-12-25 | refactor(system/users): Migrate to `by-name` | Benedikt Peetz | |
2024-12-25 | fix(modules/git-server): Use `vhack.persist` for data-directories | Benedikt 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-25 | fix(modules/back): Use correct source-code environment variable | Benedikt Peetz | |
2024-12-25 |