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
|
@ -14,7 +14,6 @@
|
|||
../../legacy/modules/gaming.nix
|
||||
../../legacy/modules/hardware-base.nix
|
||||
../../legacy/modules/intel-video.nix
|
||||
../../legacy/modules/kvm.nix
|
||||
../../legacy/modules/location.nix
|
||||
../../legacy/modules/media.nix
|
||||
../../legacy/modules/meeting.nix
|
||||
|
|
|
@ -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