added libvirt to workstation
This commit is contained in:
parent
6d94ff47dc
commit
691f093a93
1 changed files with 9 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue