Configure Windows on DerGeret

This commit is contained in:
Manuel Thalmann 2024-07-28 17:14:38 +02:00
parent 4fe0ecfe95
commit a764594e3e

View file

@ -4,7 +4,15 @@
];
config = {
valhalla.partition.os.partitions = {
valhalla = {
windows = {
dualboot = {
enable = true;
linuxPercentage = 70; # better safe than sorry
};
};
partition.os.partitions = {
# Keep Windows' boot partition
Boot.keepExisting = true;
@ -18,4 +26,5 @@
};
};
};
};
}