system/virtualization: init from legacy

This commit is contained in:
Felix Buehler 2023-03-19 11:48:23 +01:00
parent 133340bbe1
commit 97afc505cb
5 changed files with 45 additions and 14 deletions

View file

@ -7,5 +7,9 @@ in
my.system = {
avahi.enable = true;
podman.enable = true;
virtualization = {
enable = true;
cpuFlavor = "intel";
};
};
}