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

@ -1,13 +0,0 @@
{ config, lib, pkgs, ... }:
{
boot.kernelModules = [
"kvm-amd"
"kvm-intel"
];
virtualisation.libvirtd.enable = true;
environment.systemPackages = with pkgs; [
virtmanager
];
}