summaryrefslogtreecommitdiff
path: root/modules/disk.nix
Commit message (Collapse)AuthorAge
* [nixos/disk] provide both qcow2 and raw imagesKleidi Bujari4 days
|
* [nixos/disk] experiment with autosizing zfs partitions in initrdKleidi Bujari4 days
|
* put depotImage along other generators and use naming conventionsKleidi Bujari2026-06-06
|
* write baseline config for new disk moduleKleidi Bujari2026-05-27
|
* flatten dataset structure and persist moreKleidi Bujari2025-07-05
| | | | | | | | | | | | | | | | | | | Modified options used in disk creation so that consumers of this module will actually pass disko virtual machine tests. The flat dataset structure is changed from the xnet disk module, mainly since I never really made use of the nesting properly. The only place nesting matters is really in the persist dataset, and that one is managed by hand anyway. Although the changes pass tests and seem fine, they have not been tested on actual hardware yet since the dataset layout changes are destructive to any running machines, and cannot be simply reverted, since they alter the disk. /var, /root, and extras are now persisted since they do not expect to be wiped on reboot. I never really had problems with this but would rather minimize messing with SystemD's expectations regarding /var especially.
* automate hosts gen and bump nixpkgsKleidi Bujari2025-04-05