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"
|
"docker"
|
||||||
"flatpak"
|
"flatpak"
|
||||||
"libvirtd"
|
"libvirtd"
|
||||||
|
"vboxusers"
|
||||||
"wheel"
|
"wheel"
|
||||||
];
|
];
|
||||||
shell = pkgs.zsh;
|
shell = pkgs.zsh;
|
||||||
|
@ -144,6 +145,11 @@
|
||||||
docker
|
docker
|
||||||
gnome.gnome-keyring
|
gnome.gnome-keyring
|
||||||
libuuid
|
libuuid
|
||||||
|
spice
|
||||||
|
spice-gtk
|
||||||
|
spice-protocol
|
||||||
|
win-virtio
|
||||||
|
win-spice
|
||||||
];
|
];
|
||||||
|
|
||||||
sessionVariables = {
|
sessionVariables = {
|
||||||
|
@ -153,7 +159,15 @@
|
||||||
|
|
||||||
virtualisation = {
|
virtualisation = {
|
||||||
docker.enable = true;
|
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 = {
|
xdg.portal = {
|
||||||
|
|
Loading…
Reference in a new issue