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";
|
||||
size = "+1G";
|
||||
format = fs.fat32;
|
||||
mountPoint = "/boot";
|
||||
};
|
||||
|
||||
Swap = {
|
||||
|
@ -312,6 +313,7 @@
|
|||
index = 3;
|
||||
type = "linux";
|
||||
format = fs.ext4;
|
||||
mountPoint = "/";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue