Prevent windows partition from being overwritten
This commit is contained in:
parent
ae80b428f0
commit
46820f376f
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@
|
||||||
size = "+600G";
|
size = "+600G";
|
||||||
mountPoint = "/win";
|
mountPoint = "/win";
|
||||||
mountOptions = ["force"];
|
mountOptions = ["force"];
|
||||||
|
keepExisting = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue