Compare commits
4 commits
b33c7cae3a
...
efd5c51fd3
Author | SHA1 | Date | |
---|---|---|---|
efd5c51fd3 | |||
2c285995d0 | |||
8aec6bb800 | |||
5bf2a29bce |
1 changed files with 15 additions and 1 deletions
|
@ -88,6 +88,7 @@
|
|||
"docker"
|
||||
"flatpak"
|
||||
"libvirtd"
|
||||
"vboxusers"
|
||||
"wheel"
|
||||
];
|
||||
shell = pkgs.zsh;
|
||||
|
@ -144,6 +145,11 @@
|
|||
docker
|
||||
gnome.gnome-keyring
|
||||
libuuid
|
||||
spice
|
||||
spice-gtk
|
||||
spice-protocol
|
||||
win-virtio
|
||||
win-spice
|
||||
];
|
||||
|
||||
sessionVariables = {
|
||||
|
@ -153,7 +159,15 @@
|
|||
|
||||
virtualisation = {
|
||||
docker.enable = true;
|
||||
libvirtd.enable = true;
|
||||
libvirtd = {
|
||||
enable = true;
|
||||
qemu = {
|
||||
swtpm.enable = true;
|
||||
ovmf.enable = true;
|
||||
ovmf.packages = [ pkgs.OVMFFull.fd ];
|
||||
};
|
||||
};
|
||||
virtualbox.host.enable = true;
|
||||
};
|
||||
|
||||
xdg.portal = {
|
||||
|
|
Loading…
Reference in a new issue