Pin filesystem type on Google Compute Engine image to ext4 (#61860)
Pin filesystem type on Google Compute Engine image to ext4
This commit is contained in:
commit
56b28d9e15
@ -12,6 +12,7 @@ in
|
|||||||
|
|
||||||
|
|
||||||
fileSystems."/" = {
|
fileSystems."/" = {
|
||||||
|
fsType = "ext4";
|
||||||
device = "/dev/disk/by-label/nixos";
|
device = "/dev/disk/by-label/nixos";
|
||||||
autoResize = true;
|
autoResize = true;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user