Specify default mountpoints

This commit is contained in:
Manuel Thalmann 2024-06-22 20:46:57 +02:00
parent 049a0c1111
commit eaaaa40c80

View file

@ -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 = "/";
};
};
};