storage-refactor #9

Merged
jan-leila merged 58 commits from storage-refactor into main 2026-03-12 01:16:36 +00:00
Showing only changes of commit 703530ddfe - Show all commits

View file

@ -59,12 +59,22 @@
hardware = {
piperMouse.enable = true;
};
};
storage = {
storage = {
zfs = {
enable = true;
pool = {
mode = "";
drives = ["wwn-0x5000039fd0cf05eb"];
mode = "stripe";
vdevs = [
[
{
device = "wwn-0x5000039fd0cf05eb";
boot = true;
}
]
];
cache = [];
};
};
};