From 46820f376f78c6bd9f5aaae2927b78df67c2a538 Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Sat, 22 Jun 2024 22:29:31 +0200 Subject: [PATCH] Prevent windows partition from being overwritten --- profiles/DerGeret/partition.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/profiles/DerGeret/partition.nix b/profiles/DerGeret/partition.nix index 7cb9641f..071e1cc3 100644 --- a/profiles/DerGeret/partition.nix +++ b/profiles/DerGeret/partition.nix @@ -15,6 +15,7 @@ size = "+600G"; mountPoint = "/win"; mountOptions = ["force"]; + keepExisting = true; }; }; };