aboutsummaryrefslogtreecommitdiffstats
path: root/modules/by-name/di/disks (unfollow)
Commit message (Collapse)Author
10 daysmodules/{disks,boot}: Give up on hacky XBOOTLDR supportBenedikt Peetz
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.
10 daysmodules/disks: Use correct notation for 30GBBenedikt Peetz
10 daysmodules/{disks,boot}: Prepare re-deploy of apzuBenedikt Peetz
This includes a separate partition of /nix, and a tails ISO as boot target.
2026-04-14modules/disks/hibernate: Migrate to rfc42 settingsBenedikt Peetz
2025-12-17modules/disk: Don't use `space_cache`Benedikt Peetz
This requires a reformatting, which I don't want to do right now.
2025-12-15modules/disk: Significantly tune down compressionBenedikt Peetz
Btrfs consistently locks up my whole system.
2025-12-11modules/disk: Adapt to lix's new build directoryBenedikt Peetz
The switched, so that the paths are not that long.
2025-06-29modules/disks: Setup a tmpfs for the new lix build locationBenedikt Peetz
Otherwise, builds are performed on-disk.
2025-05-16modules: Import external modules in the module that actually need themBenedikt Peetz
2025-04-27treewide: Add nice GPL-3.0-or-later license headerBenedikt Peetz
This change also ensures that this repo is reuse-3.0 compliant.
2024-10-18refactor(modules): Move all system modules to `by-name`Benedikt Peetz
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.