Compare commits
No commits in common. "efd5c51fd39a6ea759704cefc27fb2e096c453ca" and "b33c7cae3a627c769530d5648db7c6fa556457e5" have entirely different histories.
efd5c51fd3
...
b33c7cae3a
1 changed files with 1 additions and 15 deletions
|
@ -88,7 +88,6 @@
|
|||
"docker"
|
||||
"flatpak"
|
||||
"libvirtd"
|
||||
"vboxusers"
|
||||
"wheel"
|
||||
];
|
||||
shell = pkgs.zsh;
|
||||
|
@ -145,11 +144,6 @@
|
|||
docker
|
||||
gnome.gnome-keyring
|
||||
libuuid
|
||||
spice
|
||||
spice-gtk
|
||||
spice-protocol
|
||||
win-virtio
|
||||
win-spice
|
||||
];
|
||||
|
||||
sessionVariables = {
|
||||
|
@ -159,15 +153,7 @@
|
|||
|
||||
virtualisation = {
|
||||
docker.enable = true;
|
||||
libvirtd = {
|
||||
enable = true;
|
||||
qemu = {
|
||||
swtpm.enable = true;
|
||||
ovmf.enable = true;
|
||||
ovmf.packages = [ pkgs.OVMFFull.fd ];
|
||||
};
|
||||
};
|
||||
virtualbox.host.enable = true;
|
||||
libvirtd.enable = true;
|
||||
};
|
||||
|
||||
xdg.portal = {
|
||||
|
|
Loading…
Reference in a new issue