added libvirt to workstation
This commit is contained in:
parent
6d94ff47dc
commit
691f093a93
9
workstation/libvirt.nix
Normal file
9
workstation/libvirt.nix
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
{ config, pkgs, ... }:
|
||||||
|
{
|
||||||
|
virtualisation.libvirtd.enable = true;
|
||||||
|
environment.systemPackages = with pkgs; [
|
||||||
|
qemu_kvm
|
||||||
|
libvirt
|
||||||
|
polkit
|
||||||
|
];
|
||||||
|
}
|
Loading…
Reference in a new issue