talos: virtualbox things

This commit is contained in:
Antoine Martin 2024-06-28 22:26:34 +02:00
parent f3356d17da
commit b83f110fa7

View file

@ -64,6 +64,9 @@
virtualisation = {
docker.enable = true;
libvirtd.enable = false;
virtualbox.host = {
enable = false;
};
};
my.services = {
@ -108,6 +111,8 @@
# test vms
"*.qcow2"
"*.vbox"
"*.vdi"
# secrets stay offline
"/home/alarsyo/**/secrets"