Merge pull request #58024 from nlewo/openstack-fstype

openstackImage: set the / fsType to reenable root FS resizing
This commit is contained in:
lewo
2019-03-22 14:40:27 +01:00
committed by GitHub

View File

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