feat: add vms devcontainer
Some checks failed
Build container / fedora-build (push) Failing after 4m20s

This commit is contained in:
Job
2025-11-10 17:47:53 +01:00
parent 7e27784a9a
commit de0ef779c0
3 changed files with 17 additions and 0 deletions

3
containers/vms/config.sh Normal file
View File

@@ -0,0 +1,3 @@
#!/bin/bash
arg "--net host"
arg "--device /dev/kvm"