services.waagent.settings.ResourceDisk.FileSystem

NixOS option

The file system type for the resource disk. If the string is X, then mkfs.X should be present in the environment. You can add additional filesystem packages using services.waagent.extraPackages. This configuration has no effect if resource disk is managed by cloud-init.

type: string
Default
"ext4"
declared in: nixos/modules/virtualisation/waagent.nixView source on NixOS/nixpkgs →