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."/" = {
|
||||
fsType = "ext4";
|
||||
device = "/dev/disk/by-label/nixos";
|
||||
autoResize = true;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user