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:
Silvan Mosberger 2019-05-27 15:20:58 +02:00 committed by GitHub
commit 56b28d9e15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,6 +12,7 @@ in
fileSystems."/" = {
fsType = "ext4";
device = "/dev/disk/by-label/nixos";
autoResize = true;
};