Specify default mountpoints
This commit is contained in:
parent
7859e5d3ae
commit
fbf57d3f9d
1 changed files with 2 additions and 0 deletions
|
@ -301,6 +301,7 @@
|
||||||
type = "uefi";
|
type = "uefi";
|
||||||
size = "+1G";
|
size = "+1G";
|
||||||
format = fs.fat32;
|
format = fs.fat32;
|
||||||
|
mountPoint = "/boot";
|
||||||
};
|
};
|
||||||
|
|
||||||
Swap = {
|
Swap = {
|
||||||
|
@ -312,6 +313,7 @@
|
||||||
index = 3;
|
index = 3;
|
||||||
type = "linux";
|
type = "linux";
|
||||||
format = fs.ext4;
|
format = fs.ext4;
|
||||||
|
mountPoint = "/";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue