set the right default device for the vm host

This is still set correctly using install.sh but I am changing it here
because my vm has changes in the git tree so I have to stash all the
changes to be able to pull
This commit is contained in:
caem 2025-01-26 13:36:02 +01:00
parent 1bd7fdc529
commit d609d09eb6
Signed by: caem
GPG key ID: 69A830D03203405F

View file

@ -5,7 +5,7 @@
disk = {
master = {
type = "disk";
device = "/dev/sda"; # [managed by install.sh]
device = "/dev/vda"; # [managed by install.sh]
content = {
type = "gpt";
partitions = {