add virtualization profile
This commit is contained in:
parent
f9d8f9fa15
commit
4b11028f0b
1 changed files with 5 additions and 0 deletions
5
profiles/virtualization.nix
Normal file
5
profiles/virtualization.nix
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
{ pkgs, ... }: {
|
||||||
|
virtualisation.libvirtd.enable = true;
|
||||||
|
programs.dconf.enable = true;
|
||||||
|
environment.systemPackages = with pkgs; [ virt-manager ];
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue