hosts/youko: enable vmware #2

Merged
nrabulinski merged 11 commits from nrabulinski/youko-init into main 2025-03-18 22:22:49 +01:00 AGit
Showing only changes of commit 94b293acbb - Show all commits

View file

@ -49,6 +49,23 @@ let
};
}
];
profiles = [
{
devices = {
eth0 = {
name = "eth0";
network = "incusbr0";
type = "nic";
};
root = {
path = "/";
pool = "default";
type = "disk";
};
};
name = "default";
}
];
};
};
networking = {