storage-refactor #9

Open
jan-leila wants to merge 38 commits from storage-refactor into main
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 = [];
};
};
};