summary refs log tree commit diff stats
path: root/hardware-configuration.nix (follow)
Commit message (Collapse)AuthorAge
* Flake: Changed the configuration to a flakeene2023-02-04
| | | | Nix flakes make a lot of things very easy.
* Feat: Imported the headless profileene2023-02-04
| | | | | We run a headless server, so some things, like emergency boot mode, don't really make sense. This import disables these.
* Fix: Resolve merge conflictsene2023-01-21
|
* Feat: Added /boot as persistent subvolumeene2023-01-17
| | | | Co-authored-by: sils <sils@sils.li>
* Feat: Switch to inpersistent temproot.sils2023-01-14
| | | | | Having persistence as opt-in has several advantages, for instance better reproduceability.
* Feat: Separate nix from rootsils2023-01-14
| | | | Another step towards temproot
* Feat: Switch root into subvolumesils2023-01-14
| | | | This enables further changes like temproot.
* Feat: Added support for btrfsene2023-01-14
|
* Format: First formatting with Alejandraene2023-01-07
| | | | | | | | | This marks the beginning of a clean git commit history. This is because of two changes: * Usage of conventional-commits (https://www.conventionalcommits.org/en/v1.0.0/). * Consistent formatting of the code base to reduce diff footprints. The choice of Alejandra as auto-formatter is obviously not final.
* Initial CommitSystem administrator2023-01-06