summary refs log tree commit diff stats
path: root/hosts/server1/hardware.nix (follow)
Commit message (Collapse)AuthorAge
* 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.
* fix(modules/disko): Remove deprecated legacy type and migrate to `by-name` disko/updateBenedikt Peetz6 days
|
* Fix(system/disks): Change partitioning scheme to support gpt/bios bootSoispha2023-07-08
|
* Refactor(system/hardware): Move hardware to hostene2023-03-19
The hardware settings are (somewhat) host specific, and putting them in `system` just builds the wrong expectations.