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