Configure Windows on DerGeret
This commit is contained in:
parent
4fe0ecfe95
commit
a764594e3e
1 changed files with 19 additions and 10 deletions
|
@ -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 @@
|
|||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue