fix: defiant config cache drive converted to correct format
This commit is contained in:
parent
d283f88160
commit
ab555f50ff
1 changed files with 4 additions and 4 deletions
|
|
@ -100,12 +100,12 @@
|
||||||
]
|
]
|
||||||
];
|
];
|
||||||
# We are having to boot off of the nvm cache drive because I cant figure out how to boot via the HBA
|
# We are having to boot off of the nvm cache drive because I cant figure out how to boot via the HBA
|
||||||
cache = {
|
cache = [
|
||||||
cache0 = {
|
{
|
||||||
device = "nvme-Samsung_SSD_990_PRO_4TB_S7KGNU0X907881F";
|
device = "nvme-Samsung_SSD_990_PRO_4TB_S7KGNU0X907881F";
|
||||||
boot = true;
|
boot = true;
|
||||||
};
|
}
|
||||||
};
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
impermanence = {
|
impermanence = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue