Skip to main content

Posts

Showing posts from April, 2024

Using vagrant with libvirt on fedora 40

  sudo dnf install @virtualization then follow the guide from Fedoramagazine at https://fedoramagazine.org/vagrant-qemukvm-fedora-devops-sysadmin/ sudo systemctl enable --now virtnetworkd add your user to the libvirt group  install the sshfs package see https://fedoramagazine.org/vagrant-sharing-folders-vagrant-sshfs/ reboot