Merge pull request #58024 from nlewo/openstack-fstype
openstackImage: set the / fsType to reenable root FS resizing
This commit is contained in:
commit
715365ee02
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@ in
|
|||
config = {
|
||||
fileSystems."/" = {
|
||||
device = "/dev/disk/by-label/nixos";
|
||||
fsType = "ext4";
|
||||
autoResize = true;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue