mirror of
https://git.adityakumar.xyz/nix-conf.git
synced 2025-02-21 23:30:02 +00:00
add libvirt
This commit is contained in:
parent
1296e4dced
commit
b5bd1392e4
1 changed files with 10 additions and 1 deletions
|
@ -116,10 +116,19 @@
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
firefox
|
firefox
|
||||||
kate
|
kate
|
||||||
# thunderbird
|
vim
|
||||||
|
libvirt
|
||||||
|
spice-gtk
|
||||||
|
qemu
|
||||||
|
qemu_kvm
|
||||||
|
virt-viewer
|
||||||
|
virt-manager
|
||||||
|
OVMF
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
virtualisation.libvirtd.enable = true;
|
||||||
|
|
||||||
# Allow unfree packages
|
# Allow unfree packages
|
||||||
nixpkgs.config.allowUnfree = true;
|
nixpkgs.config.allowUnfree = true;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue