aboutsummaryrefslogtreecommitdiffstats
path: root/hosts/default.nix (follow)
Commit message (Collapse)AuthorAge
* {flake.nix,hosts/}: Remove deploy-rsBenedikt Peetz3 days
| | | | | | | | It's not used (besides the deploy-tests, which didn't really do much), and they have broken string escapes, which emit warnings. That they have these warnings for over a month shows that upstream is not that responsive, not a good sign.
* hosts/default.nix: Remove now unneeded `finalizeFunction`Benedikt Peetz2025-06-06
|
* refactor(hosts): Use a `by-name` structure and construct all host depended ↵Benedikt Peetz2024-12-25
values This allows us to outsource the host-handling from the `flake.nix` file.