| Commit message (Collapse) | Author | ||
|---|---|---|---|
| 2025-01-04 | feat(hosts/server3): init | Silas Schöffel | |
| 2024-12-25 | refactor(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. | |||
| 2024-12-21 | fix(modules/disko): Remove deprecated legacy type and migrate to `by-name` | Benedikt Peetz | |
| 2023-07-08 | Fix(system/disks): Change partitioning scheme to support gpt/bios boot | Soispha | |
| 2023-03-19 | Refactor(system/hardware): Move hardware to host | ene | |
| The hardware settings are (somewhat) host specific, and putting them in `system` just builds the wrong expectations. | |||
| 2023-03-19 | Fix(system/hardware): Use actually needed modules and UUID | ene | |
| The old values did work, but these should just make things a bit clearer. | |||
| 2023-03-18 | Refactor: Use better file layout | ene | |
| 2023-02-05 | Fix: correct host name and convenience changes | ene | |
| We used the domain name instead of the host name, which obviously doesn't work for multiple host. In addition to that I changed some directory to make importing easier and enabled the "nix-command" and "flakes" experimental options, to make the `nix flake check` command usable. Refs: #15 | |||
| 2023-02-04 | Flake: Changed the configuration to a flake | ene | |
| Nix flakes make a lot of things very easy. | |||
