aboutsummaryrefslogtreecommitdiffstats
path: root/hosts/default.nix (unfollow)
Commit message (Collapse)Author
4 days{flake.nix,hosts/}: Remove deploy-rsBenedikt Peetz
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.
2025-06-06hosts/default.nix: Remove now unneeded `finalizeFunction`Benedikt Peetz
2024-12-25refactor(hosts): Use a `by-name` structure and construct all host depended ↵Benedikt Peetz
values This allows us to outsource the host-handling from the `flake.nix` file.