modules/virtualization: add virtualization module

This commit is contained in:
Infinidoge 2021-12-16 09:30:57 -05:00
parent 2880e2dfd6
commit 9f44debc6e
3 changed files with 18 additions and 7 deletions

View file

@ -1,5 +0,0 @@
{ pkgs, ... }: {
virtualisation.libvirtd.enable = true;
programs.dconf.enable = true;
environment.systemPackages = with pkgs; [ virt-manager ];
}