summary refs log tree commit diff stats
path: root/hosts/by-name (follow)
Commit message (Collapse)AuthorAge
* feat(modules/nginx): Modularise the redirects and migrate them to server2Benedikt Peetz3 days
| | | | | | The redirects always have an implicit dependency on the DNS config of the running host. As such, simply stating them for all host is never a possibility and setting them per host the only viable option.
* refactor(hosts): Use a `by-name` structure and construct all host depended ↵Benedikt Peetz3 days
values This allows us to outsource the host-handling from the `flake.nix` file.