diff --git a/nixos-modules/dhall/vbox-host.dhall b/nixos-modules/dhall/vbox-host.dhall index a853d73..df19c50 100644 --- a/nixos-modules/dhall/vbox-host.dhall +++ b/nixos-modules/dhall/vbox-host.dhall @@ -588,11 +588,11 @@ let rootInit = , ServiceRoute.child "File_system" "chroot" , ServiceRoute.child "Nic" "nic_drv" , ServiceRoute.child "Rtc" "rtc" - , ServiceRoute.child "Report" "pointer" , ServiceRoute.parentLabel "ROM" (Some "platform_info") (Some "platform_info") + , ServiceRoute.child "Report" "_report_rom" ] } }