Prevent windows partition from being overwritten

This commit is contained in:
Manuel Thalmann 2024-06-22 22:29:31 +02:00
parent 866a37a7dc
commit 987dfabb9d

View file

@ -14,6 +14,7 @@
size = "+600G";
mountPoint = "/win";
mountOptions = ["force"];
keepExisting = true;
};
};
};