summary refs log tree commit diff stats
path: root/hosts/by-name/server2/configuration.nix (follow)
Commit message (Collapse)AuthorAge
* fix(hosts/server2): Use correct path to `vhack.eu/nixos-server` repoBenedikt Peetz46 hours
|
* feat(modules/nginx): Modularise the redirects and migrate them to server2Benedikt Peetz47 hours
| | | | | | 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 Peetz2 days
values This allows us to outsource the host-handling from the `flake.nix` file.