diff --git a/Containerfile b/Containerfile
index ffe87bd7..d54cba55 100644
--- a/Containerfile
+++ b/Containerfile
@@ -493,6 +493,7 @@ RUN /tmp/image-info.sh && \
sed -i 's@\[Desktop Entry\]@\[Desktop Entry\]\nNoDisplay=true@g' /usr/share/applications/discover_overlay.desktop && \
cp "/usr/share/ublue-os/firstboot/yafti.yml" "/etc/yafti.yml" && \
echo "import \"/usr/share/ublue-os/just/80-bazzite.just\"" >> /usr/share/ublue-os/justfile && \
+ echo "import \"/usr/share/ublue-os/just/84-bazzite-virt.just\"" >> /usr/share/ublue-os/justfile && \
echo "import \"/usr/share/ublue-os/just/85-bazzite-image.just\"" >> /usr/share/ublue-os/justfile && \
echo "import \"/usr/share/ublue-os/just/90-bazzite-de.just\"" >> /usr/share/ublue-os/justfile && \
pip install --prefix=/usr yafti && \
diff --git a/system_files/desktop/shared/usr/share/ublue-os/just/80-bazzite.just b/system_files/desktop/shared/usr/share/ublue-os/just/80-bazzite.just
index 222bb649..d5d43d58 100644
--- a/system_files/desktop/shared/usr/share/ublue-os/just/80-bazzite.just
+++ b/system_files/desktop/shared/usr/share/ublue-os/just/80-bazzite.just
@@ -241,92 +241,6 @@ add-user-to-input-group:
fi
sudo usermod -a -G input $USER
-# Setup and configure virtualization and vfio
-setup-virtualization ACTION="":
- #!/usr/bin/bash
- source /usr/lib/ujust/ujust.sh
- # Check if we are running on a Steam Deck
- if /usr/libexec/hardware/valve-hardware; then
- echo "Virtualization is not supported on Steam Deck"
- exit 0
- else
- if [ "$(systemctl is-enabled libvirtd.service)" == "disabled" ]; then
- echo "${b}libvirtd${n} service is ${red}disabled${n}!"
- echo "${green}enabling${n} and starting libvirtd"
- echo "If virt-manager says libvirtd.sock is not available after a big update, re-run this command."
- sudo systemctl enable --now libvirtd 2> /dev/null
- echo "Press ESC if you want to exit and do not need to do anything"
- fi
- fi
- OPTION={{ ACTION }}
- if [ "$OPTION" == "help" ]; then
- echo "Usage: ujust configure-grub