Compare commits

...

4 commits

Author SHA1 Message Date
Ethan Lane efd5c51fd3 Add to user 2024-08-17 13:52:34 +01:00
Ethan Lane 2c285995d0 Add virtualbox config 2024-08-17 13:47:54 +01:00
Ethan Lane 8aec6bb800 Install virtualbox 2024-08-17 13:39:00 +01:00
Ethan Lane 5bf2a29bce Setup spice 2024-08-17 13:28:50 +01:00

View file

@ -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 = {