mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 09:54:40 +02:00
system/kvm: rename from virtualization
This commit is contained in:
parent
93cc7dcfc5
commit
2350dd913a
4 changed files with 8 additions and 8 deletions
|
@ -6,10 +6,10 @@ in
|
|||
{
|
||||
my.system = {
|
||||
avahi.enable = true;
|
||||
podman.enable = true;
|
||||
virtualization = {
|
||||
kvm = {
|
||||
enable = true;
|
||||
cpuFlavor = "intel";
|
||||
};
|
||||
podman.enable = true;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue