mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 09:54:40 +02:00
system/virtualization: init from legacy
This commit is contained in:
parent
133340bbe1
commit
97afc505cb
5 changed files with 45 additions and 14 deletions
|
@ -7,5 +7,9 @@ in
|
|||
my.system = {
|
||||
avahi.enable = true;
|
||||
podman.enable = true;
|
||||
virtualization = {
|
||||
enable = true;
|
||||
cpuFlavor = "intel";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue