Prevent windows partition from being overwritten

This commit is contained in:
Manuel Thalmann 2024-06-22 22:29:31 +02:00
parent ae80b428f0
commit 46820f376f

View file

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