adding libvirt stuff
This commit is contained in:
parent
b464cd3499
commit
1e63034c0b
4 changed files with 77 additions and 13 deletions
|
@ -40,6 +40,20 @@
|
|||
|
||||
virtualisation.podman.enable = true;
|
||||
virtualisation.docker.enable = true;
|
||||
virtualisation.libvirtd = {
|
||||
enable = true;
|
||||
qemu = {
|
||||
runAsRoot = false;
|
||||
ovmf = {
|
||||
enable = true;
|
||||
packages = [
|
||||
pkgs.OVMFFull.fd
|
||||
pkgs.pkgsCross.aarch64-multiplatform.OVMF.fd
|
||||
];
|
||||
};
|
||||
swtpm.enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
# Select internationalisation properties.
|
||||
i18n.defaultLocale = "en_US.UTF-8";
|
||||
|
@ -213,6 +227,8 @@
|
|||
pandoc
|
||||
samba
|
||||
blesh
|
||||
# OVMFFull
|
||||
quickemu
|
||||
discover
|
||||
# kde-rounded-corners
|
||||
lightly-qt
|
||||
|
@ -269,6 +285,8 @@
|
|||
# appflowy
|
||||
darktable
|
||||
qutebrowser
|
||||
virt-manager
|
||||
virt-viewer
|
||||
# firefox
|
||||
kate
|
||||
kdialog
|
||||
|
@ -307,8 +325,6 @@
|
|||
macchina
|
||||
gimp
|
||||
powertop
|
||||
quickemu
|
||||
OVMFFull
|
||||
element-desktop-wayland
|
||||
scrcpy
|
||||
python
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue