diff --git a/nixos-modules/microvm/options.nix b/nixos-modules/microvm/options.nix index 51703802..3b546386 100644 --- a/nixos-modules/microvm/options.nix +++ b/nixos-modules/microvm/options.nix @@ -296,7 +296,7 @@ in type = with types; listOf (submodule { options = { type = mkOption { - type = enum [ "user" "tap" "macvtap" "bridge" ]; + type = enum [ "user" "tap" "macvtap" "bridge" "vmnet-shared" ]; description = '' Interface type '';