aboutsummaryrefslogtreecommitdiffstats
path: root/modules/by-name/di (unfollow)
Commit message (Collapse)Author
2026-05-31modules/{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.
2026-05-31modules/disks: Use correct notation for 30GBBenedikt Peetz
2026-05-31modules/{disks,boot}: Prepare re-deploy of apzuBenedikt Peetz
This includes a separate partition of /nix, and a tails ISO as boot target.
2026-05-30modules/direnv: Also remove cppnix from `nix-direnv`Benedikt Peetz
This fully removes cppnix from my whole closure.
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.
2025-01-31fix(modules/direnv): Remove the strictness optionsBenedikt Peetz
These seem to cause an error in `nix-direnv` which is obviously not ideal.
2025-01-30fix(modules/direnv): Migrate to `by-name`Benedikt Peetz
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.