feat: updated storage config for emergent
This commit is contained in:
parent
ab555f50ff
commit
703530ddfe
1 changed files with 13 additions and 3 deletions
|
|
@ -59,12 +59,22 @@
|
||||||
hardware = {
|
hardware = {
|
||||||
piperMouse.enable = true;
|
piperMouse.enable = true;
|
||||||
};
|
};
|
||||||
|
};
|
||||||
|
|
||||||
storage = {
|
storage = {
|
||||||
|
zfs = {
|
||||||
enable = true;
|
enable = true;
|
||||||
pool = {
|
pool = {
|
||||||
mode = "";
|
mode = "stripe";
|
||||||
drives = ["wwn-0x5000039fd0cf05eb"];
|
vdevs = [
|
||||||
|
[
|
||||||
|
{
|
||||||
|
device = "wwn-0x5000039fd0cf05eb";
|
||||||
|
boot = true;
|
||||||
|
}
|
||||||
|
]
|
||||||
|
];
|
||||||
|
cache = [];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue