aboutsummaryrefslogtreecommitdiffstats
path: root/modules/by-name/di/disks (follow)
Commit message (Collapse)AuthorAge
* modules/{disks,boot}: Give up on hacky XBOOTLDR supportBenedikt Peetz7 days
| | | | | | We would effectively need a separate partition without LUKS for that to work. And because we are not working around Windows EFI, it's easier to just make the real EFI partition bigger.
* modules/disks: Use correct notation for 30GBBenedikt Peetz7 days
|
* modules/{disks,boot}: Prepare re-deploy of apzuBenedikt Peetz8 days
| | | | | This includes a separate partition of /nix, and a tails ISO as boot target.
* modules/disks/hibernate: Migrate to rfc42 settingsBenedikt Peetz2026-04-14
|
* modules/disk: Don't use `space_cache`Benedikt Peetz2025-12-17
| | | | This requires a reformatting, which I don't want to do right now.
* modules/disk: Significantly tune down compressionBenedikt Peetz2025-12-15
| | | | Btrfs consistently locks up my whole system.
* modules/disk: Adapt to lix's new build directoryBenedikt Peetz2025-12-11
| | | | The switched, so that the paths are not that long.
* modules/disks: Setup a tmpfs for the new lix build locationBenedikt Peetz2025-06-29
| | | | Otherwise, builds are performed on-disk.
* modules: Import external modules in the module that actually need themBenedikt Peetz2025-05-16
|
* treewide: Add nice GPL-3.0-or-later license headerBenedikt Peetz2025-04-27
| | | | This change also ensures that this repo is reuse-3.0 compliant.
* refactor(modules): Move all system modules to `by-name`Benedikt Peetz2024-10-18
From now on all modules should be added to the new `by-name` directory. This should help remove the (superficial and utterly useless) distinction between `home-manager` and `NixOS` modules.