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
commit 715365ee02
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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